Skip to content

Commit 10d2032

Browse files
committed
Upgrade to Alpine 3.19 and openldap 2.6.6
1 parent bcd861f commit 10d2032

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/Dockerfile

Lines changed: 6 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.18 as build-env-sasl
4+
FROM --platform=$TARGETPLATFORM alpine:3.19 as build-env-sasl
55

66
ARG TARGETPLATFORM
77
ARG BUILDPLATFORM
@@ -22,17 +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.18
25+
FROM --platform=$TARGETPLATFORM alpine:3.19
2626

2727
ARG TARGETPLATFORM
2828
ARG BUILDPLATFORM
2929

3030
# See: https://www.openldap.org/software/release/changes.html
3131
# 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
32+
# See: https://pkgs.alpinelinux.org/packages?name=openldap&branch=v3.19
33+
ARG RELEASE_VERSION=2.6.6-r1
34+
# See: https://pkgs.alpinelinux.org/packages?name=cyrus-sasl&branch=v3.19
35+
ARG CYRUS_SASL_VERSION=2.1.28-r5
3636

3737
# Metadata params
3838
ARG VCS_REF

0 commit comments

Comments
 (0)