Browse Source

upgrade alpine base image v3.13.0->3.13.1 including upgrade of postfix v3.5.8-r0->v3.5.9-r0 (changes below)

> Runtime detection of DNSSEC support
> [...]
> With this update, the Postfix build system will no longer automatically disable DNSSEC support when it determines that Postfix will use libc-musl.
http://www.postfix.org/announcements/postfix-3.5.9.html
https://git.alpinelinux.org/aports/commit/main/postfix?id=1f69236b64bb0c5bd19989d2a39e7612e0ef0872
Fabian Peter Hammerle 3 years ago
parent
commit
13ca454581
2 changed files with 3 additions and 2 deletions
  1. 2 2
      Dockerfile
  2. 1 0
      postfix-package-log.url

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.13.0
+FROM alpine:3.13.1
 
-ARG POSTFIX_PACKAGE_VERSION=3.5.8-r0
+ARG POSTFIX_PACKAGE_VERSION=3.5.9-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-r5

+ 1 - 0
postfix-package-log.url

@@ -0,0 +1 @@
+https://git.alpinelinux.org/aports/log/main/postfix