Browse Source

upgrade dovecot package from v2.3.17-r2 to v2.3.17.1-r0

https://dovecot.org/doc/NEWS
https://git.alpinelinux.org/aports/commit/main/dovecot?h=3.15-stable&id=d925f25ff479686ae072b3225e459f412cfa8505
Fabian Peter Hammerle 2 years ago
parent
commit
51870cd8ff
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.15.0
 
-ARG DOVECOT_PACKAGE_VERSION=2.3.17-r2
+ARG DOVECOT_PACKAGE_VERSION=2.3.17.1-r0
 ARG SOCAT_PACKAGE_VERSION=1.7.4.2-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \