Skip to content

Commit 4df33e1

Browse files
committed
Merge branch 'nesc58-release-1.5.0' into release-1.5.0
2 parents 80b9afb + c9b2704 commit 4df33e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

image/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# sources: https://github.com/osixia/docker-light-baseimage
33
FROM osixia/light-baseimage:1.3.2
44

5-
ARG SLAPD_PACKAGE_VERSION=2.4.57+dfsg-1~bpo10+1
5+
ARG OPENLDAP_PACKAGE_VERSION=2.4.57
66

77
ARG LDAP_OPENLDAP_GID
88
ARG LDAP_OPENLDAP_UID
@@ -26,16 +26,16 @@ RUN echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && a
2626
&& LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get -t buster-backports install -y --no-install-recommends \
2727
ca-certificates \
2828
curl \
29-
ldap-utils \
29+
ldap-utils=${OPENLDAP_PACKAGE_VERSION}\* \
3030
libsasl2-modules \
3131
libsasl2-modules-db \
3232
libsasl2-modules-gssapi-mit \
3333
libsasl2-modules-ldap \
3434
libsasl2-modules-otp \
3535
libsasl2-modules-sql \
3636
openssl \
37-
slapd=${SLAPD_PACKAGE_VERSION} \
38-
slapd-contrib \
37+
slapd=${OPENLDAP_PACKAGE_VERSION}\* \
38+
slapd-contrib=${OPENLDAP_PACKAGE_VERSION}\* \
3939
krb5-kdc-ldap \
4040
&& curl -o pqchecker.deb -SL http://www.meddeb.net/pub/pqchecker/deb/8/pqchecker_${PQCHECKER_VERSION}_amd64.deb \
4141
&& echo "${PQCHECKER_MD5} *pqchecker.deb" | md5sum -c - \

0 commit comments

Comments
 (0)