Skip to content

Commit fe5f91b

Browse files
authored
SYS-654 fix updated dovecot build (#209)
1 parent 90dee81 commit fe5f91b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/dovecot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1111
ARG DOVECOT_VERSION=2.4.1-r2
12-
ARG MKCERT_SHA=24b6988d1709e71c24dcf94ffce5db93bd2e89dc5cbec1ac3c173de5274b68dd
12+
ARG MKCERT_SHA=d1efad065f9ef34da372847ff4a4d5ffd86b97410b303d8a43ea25aa2119c86d
1313

1414
ENV 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

0 commit comments

Comments
 (0)