Browse Source

upgrade postfix package from v3.6.3-r1 to 3.6.4-r0 and ca-certificates package

https://web.archive.org/web/20220123070658/http://www.postfix.org/announcements/postfix-3.6.4.html
https://git.alpinelinux.org/aports/commit/main/postfix?h=3.15-stable&id=4e030c18bb4a055e82e4954b7d0125de45d915a3

https://git.alpinelinux.org/aports/commit/main/ca-certificates?h=3.15-stable&id=709b70bcb72738cfedc510bba08141b012038167
https://github.com/fphammerle/docker-socat/commit/a0df1144f07e17ae6c7e6a707718d07967858576
Fabian Peter Hammerle 2 years ago
parent
commit
a7d4ad4c6b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,9 +1,9 @@
 FROM alpine:3.15.0
 
-ARG POSTFIX_PACKAGE_VERSION=3.6.3-r1
+ARG POSTFIX_PACKAGE_VERSION=3.6.4-r0
 # http://www.postfix.org/postconf.5.html#tls_append_default_CA
 # https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/
-ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20191127-r7
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20211220-r0
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \