File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v3.6.4-2] - 2022-04-06
10
+ ### Change
11
+ - Upgrade zlib package to fix CVE-2018 -25032; #11
12
+
9
13
## [ v3.6.4-1] - 2022-02-10
10
14
### Fixed
11
15
- XML-Parser Expat (CVE-2022 -23852) security issue
Original file line number Diff line number Diff line change 1
- FROM registry.cloudogu.com/official/base:3.15.0 -1
2
- LABEL name ="official/postfix" \
3
- version ="3.6.4-1 " \
1
+ FROM registry.cloudogu.com/official/base:3.15.3 -1
2
+ LABEL NAME ="official/postfix" \
3
+ VERSION ="3.6.4-2 " \
4
4
5
5
6
6
# INSTALL POSTFIX
7
- RUN apk add --update postfix openrc supervisor rsyslog \
8
- && rm -rf /var/cache/apk/*
7
+ RUN set -o errexit \
8
+ && set -o nounset \
9
+ && set -o pipefail \
10
+ && apk update \
11
+ && apk upgrade \
12
+ && apk add --update postfix openrc supervisor rsyslog \
13
+ && rm -rf /var/cache/apk/*
9
14
10
15
COPY resources /
11
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " official/postfix" ,
3
- "Version" : " 3.6.4-1 " ,
3
+ "Version" : " 3.6.4-2 " ,
4
4
"DisplayName" : " Postfix" ,
5
5
"Description" : " Postfix - Mail Transfer Agent" ,
6
6
"Logo" : " https://cloudogu.com/images/dogus/postfix.png" ,
You can’t perform that action at this time.
0 commit comments