File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
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.17 as build-env-sasl
4+ FROM --platform=$TARGETPLATFORM alpine:3.18 as build-env-sasl
55
66ARG TARGETPLATFORM
77ARG 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
2727ARG TARGETPLATFORM
2828ARG 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
3738ARG VCS_REF
Original file line number Diff line number Diff line change 33# Source: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/36232
44pkgname=cyrus-sasl
55pkgver=2.1.28
6- pkgrel=3
6+ pkgrel=4
77pkgdesc="Cyrus Simple Authentication Service Layer (SASL)"
88url="https://www.cyrusimap.org/sasl/"
99arch="all"
You can’t perform that action at this time.
0 commit comments