Ver código fonte

upgrade alpine v3.10->3.11, postfix v3.4.7->3.4.8

Fabian Peter Hammerle 4 anos atrás
pai
commit
67fff363eb
2 arquivos alterados com 5 adições e 2 exclusões
  1. 3 0
      CHANGELOG.md
  2. 2 2
      Dockerfile

+ 3 - 0
CHANGELOG.md

@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased]
 ### Fixed
 - disable local apk cache
+- upgrade postfix v3.4.7 -> v3.4.8
+  - changelog: http://www.postfix.org/announcements/postfix-3.4.8.html
+  - package commit: https://git.alpinelinux.org/aports/commit/?id=4f878d653bf1e8dd1d2d13dc58b64ce5ec14d48b
 
 ## [1.0.1] - 2019-08-10
 ### Fixed

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.10
+FROM alpine:3.11
 
-ARG POSTFIX_PACKAGE_VERSION=3.4.7-r0
+ARG POSTFIX_PACKAGE_VERSION=3.4.8-r0
 RUN apk add --no-cache postfix=$POSTFIX_PACKAGE_VERSION
 
 # http://www.postfix.org/MAILLOG_README.html