Browse Source

upgrade dovecot packages from v2.3.19.1-r6 to v2.3.20-r6 (see below)

https://web.archive.org/web/20221223205049/https://dovecot.org/pipermail/dovecot-news/2022-December/000479.html

https://web.archive.org/web/20221223205057/https://git.alpinelinux.org/aports/commit/main/dovecot?h=3.17-stable&id=2af82ee738d741c76549c1fa6b14e98722dd1adf
Fabian Peter Hammerle 1 year ago
parent
commit
de6ea8d032
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.17.0
 
-ARG DOVECOT_PACKAGE_VERSION=2.3.19.1-r6
+ARG DOVECOT_PACKAGE_VERSION=2.3.20-r6
 ARG SOCAT_PACKAGE_VERSION=1.7.4.4-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \