File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
99 org.label-schema.vcs-url=https://github.com/instantlinux/docker-tools
1010
1111ARG DOVECOT_VERSION=2.4.1-r2
12- ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd
12+ ARG MKCERT_SHA=d1efad065f9ef34da372847ff4a4d5ffd86b97410b303d8a43ea25aa2119c86d
1313
1414ENV LDAP_SECRETNAME=ldap-ro-password \
1515 SSL_DH=
@@ -19,7 +19,7 @@ RUN echo '@old http://dl-cdn.alpinelinux.org/alpine/v3.11/main' \
1919 >>/etc/apk/repositories && \
2020 apk add --no-cache dovecot=$DOVECOT_VERSION dovecot-ldap=$DOVECOT_VERSION \
2121 procmail@old && \
22- rm /etc/ssl/dovecot/server.* && cd /usr/local/bin && \
22+ cd /usr/local/bin && \
2323 wget -q https://raw.githubusercontent.com/dovecot/core/release-2.4.1/doc/mkcert.sh && \
2424 echo "$MKCERT_SHA mkcert.sh" | sha256sum -c && \
2525 chmod 755 /usr/local/bin/mkcert.sh
You can’t perform that action at this time.
0 commit comments