Skip to content

Commit 21d62fa

Browse files
cloudggecesmarvin
authored andcommitted
Merge branch 'release/v12.19-1'
2 parents a7944b5 + 37f413f commit 21d62fa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v12.19-1] - 2024-08-28
11+
### Fixed
12+
- Re-release of v12.18-3
13+
- v12.18-3 used postgres package 12.19-r0
14+
1015
## [v12.18-3] - 2024-08-07
1116
### Changed
1217
- [#30] Upgrade base image to 3.18.8-1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x -o errexit \
1818
FROM registry.cloudogu.com/official/base:3.18.8-1
1919

2020
LABEL NAME="official/postgresql" \
21-
VERSION="12.18-3" \
21+
VERSION="12.19-1" \
2222
maintainer="[email protected]"
2323

2424
ENV LANG=en_US.utf8 \

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/postgresql",
3-
"Version": "12.18-3",
3+
"Version": "12.19-1",
44
"DisplayName": "PostgreSQL",
55
"Description": "PostgreSQL Database.",
66
"Url": "https://www.postgresql.org/",

0 commit comments

Comments
 (0)