Browse Source

upgrade dovecot from v2.3.19-r2 to v2.3.19.1-r0 (fixes regression in `doveadm deduplicate`)

https://web.archive.org/web/20220618093929/https://dovecot.org/doc/NEWS

https://git.alpinelinux.org/aports/commit/main/dovecot?h=3.16-stable&id=53499b30c8b9bd82acbfe2ded1edd4d42d61ba5f
Fabian Peter Hammerle 1 year ago
parent
commit
f8a5b52abf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM docker.io/alpine:3.16.0
 
-ARG DOVECOT_PACKAGE_VERSION=2.3.19-r2
+ARG DOVECOT_PACKAGE_VERSION=2.3.19.1-r0
 ARG SOCAT_PACKAGE_VERSION=1.7.4.3-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \