Browse Source

upgrade alpine base image v3.13.4->v3.13.5 including postfix package upgrade from v3.5.9-r0->v3.5.10-r0 (see links below)

> fixes address null pointer bugs and a memory leak that have no potential for information loss or leaks, privilege escalation, or denial of service.
http://www.postfix.org/announcements/postfix-3.5.10.html

https://git.alpinelinux.org/aports/commit/main/postfix?id=f5936eac1df0f83f7889db819188a593ea005518
Fabian Peter Hammerle 3 years ago
parent
commit
345d1f0c14
2 changed files with 3 additions and 2 deletions
  1. 2 2
      Dockerfile
  2. 1 0
      postfix-release-notes.url

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.13.4
+FROM alpine:3.13.5
 
-ARG POSTFIX_PACKAGE_VERSION=3.5.9-r0
+ARG POSTFIX_PACKAGE_VERSION=3.5.10-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-release-notes.url

@@ -0,0 +1 @@
+http://www.postfix.org/announcements.html