File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
66ARG TARGETPLATFORM
77ARG 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
2727ARG TARGETPLATFORM
2828ARG 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
3838ARG VCS_REF
You can’t perform that action at this time.
0 commit comments