Skip to content

Commit 91194e1

Browse files
committed
1 parent 5bb8dda commit 91194e1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docker/Dockerfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See: https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
22

33
# fetch the vendor with the builder platform to avoid qemu issues (https://github.com/docker/buildx/issues/395)
4-
FROM --platform=$TARGETPLATFORM alpine:3.17 as build-env-sasl
4+
FROM --platform=$TARGETPLATFORM alpine:3.18 as build-env-sasl
55

66
ARG TARGETPLATFORM
77
ARG BUILDPLATFORM
@@ -22,16 +22,17 @@ RUN apk add --no-cache --update alpine-sdk && \
2222
mv /root/.abuild/sudo-bot@wdes.fr-*.rsa /root/packages/${RSA_PRIVATE_KEY_NAME}
2323

2424
# fetch the vendor with the builder platform to avoid qemu issues (https://github.com/docker/buildx/issues/395)
25-
FROM --platform=$TARGETPLATFORM alpine:3.17
25+
FROM --platform=$TARGETPLATFORM alpine:3.18
2626

2727
ARG TARGETPLATFORM
2828
ARG BUILDPLATFORM
2929

3030
# See: https://www.openldap.org/software/release/changes.html
31-
# See: https://git.openldap.org/openldap/openldap/-/tree/OPENLDAP_REL_ENG_2_6_3
32-
# See: https://pkgs.alpinelinux.org/packages?name=openldap&branch=edge
33-
ARG RELEASE_VERSION=2.6.3-r6
34-
ARG CYRUS_SASL_VERSION=2.1.28-r3
31+
# See: https://git.openldap.org/openldap/openldap/-/tree/OPENLDAP_REL_ENG_2_6_5
32+
# See: https://pkgs.alpinelinux.org/packages?name=openldap&branch=v3.18
33+
ARG RELEASE_VERSION=2.6.5-r0
34+
# See: https://pkgs.alpinelinux.org/packages?name=cyrus-sasl&branch=v3.18
35+
ARG CYRUS_SASL_VERSION=2.1.28-r4
3536

3637
# Metadata params
3738
ARG VCS_REF

docker/saslauth-APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Source: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/36232
44
pkgname=cyrus-sasl
55
pkgver=2.1.28
6-
pkgrel=3
6+
pkgrel=4
77
pkgdesc="Cyrus Simple Authentication Service Layer (SASL)"
88
url="https://www.cyrusimap.org/sasl/"
99
arch="all"

0 commit comments

Comments
 (0)