Browse Source

upgrade default postfix version v3.4.8 -> v3.4.9

Fabian Peter Hammerle 4 years ago
parent
commit
7890f76110
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      Dockerfile

+ 4 - 0
CHANGELOG.md

@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+### Fixed
+- upgrade postfix v3.4.8 -> v3.4.9
+  - changelog: http://www.postfix.org/announcements/postfix-3.4.9.html
+  - package commit: https://git.alpinelinux.org/aports/commit/?id=f38ee5d5622a4b456addea492f7ee9b187719934
 
 ## [1.0.3] - 2019-12-22
 ### Fixed

+ 1 - 1
Dockerfile

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