Skip to content

Commit d9f6248

Browse files
fdeekencesmarvin
authored andcommitted
Merge branch 'release/v3.9.0-1'
2 parents 170a56d + 09219f0 commit d9f6248

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v3.9.0-1] - 2024-06-27
10+
### Changed
11+
- [#26] Upgraded alpine base image to `3.20.1-2`
12+
913
## [v3.8.4-1] - 2023-12-27
1014
### Security
1115
- [#24] Prevent [SMTP smuggling](https://www.postfix.org/smtp-smuggling.html) due to [CVE-2023-51764](https://nvd.nist.gov/vuln/detail/CVE-2023-51764)
@@ -64,4 +68,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6468
- basic docker healthcheck
6569

6670
### Changed
67-
- upgrade base image to 3.12.4-1 which leads to an update of the postfix version to 3.5.9
71+
- upgrade base image to 3.12.4-1 which leads to an update of the postfix version to 3.5.9

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM registry.cloudogu.com/official/base:3.18.3-1
1+
FROM registry.cloudogu.com/official/base:3.20.1-2
22
LABEL NAME="official/postfix" \
3-
VERSION="3.8.4-1" \
3+
VERSION="3.9.0-1" \
44
55

66
# INSTALL POSTFIX

dogu.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/postfix",
3-
"Version": "3.8.4-1",
3+
"Version": "3.9.0-1",
44
"DisplayName": "Postfix",
55
"Description": "Postfix - Mail Transfer Agent",
66
"Logo": "https://cloudogu.com/images/dogus/postfix.png",

0 commit comments

Comments
 (0)