Browse Source

upgrade alpine base image from v3.13.5 to v3.14.0 including dovecot package upgrade from v2.3.13-r0 to v2.3.14-r0 (diff links below)

https://dovecot.org/doc/NEWS
https://git.alpinelinux.org/aports/commit/main/dovecot?id=590dc58428d09705ddcc886129ec86d932249b5d
https://git.alpinelinux.org/aports/commit/main/dovecot?id=9bf563fd20876d97c8a5f452218d7cf70b82bcd1

https://git.alpinelinux.org/aports/commit/main/socat?id=2d63700fe78744e22c497d2cf7f8610828f00544
Fabian Peter Hammerle 2 years ago
parent
commit
b66347366b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,7 +1,7 @@
-FROM alpine:3.13.5
+FROM alpine:3.14.0
 
-ARG DOVECOT_PACKAGE_VERSION=2.3.13-r0
-ARG SOCAT_PACKAGE_VERSION=1.7.4.1-r0
+ARG DOVECOT_PACKAGE_VERSION=2.3.14-r0
+ARG SOCAT_PACKAGE_VERSION=1.7.4.1-r1
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \
         dovecot-pigeonhole-plugin=$DOVECOT_PACKAGE_VERSION \