File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# sources: https://github.com/osixia/docker-light-baseimage
33FROM 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
77ARG LDAP_OPENLDAP_GID
88ARG 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 - \
You can’t perform that action at this time.
0 commit comments