Skip to content

Commit 8b4d01b

Browse files
committed
feat: use specific package version for ldap-utils and slapd-contrib as well - naming fixed
1 parent 5fd60c4 commit 8b4d01b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

image/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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=${OPENLDAP_INSTALL_VERSION}\* \
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=${OPENLDAP_INSTALL_VERSION}\* \
38-
slapd-contrib=${OPENLDAP_INSTALL_VERSION}\* \
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)