File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
15
## [ v12.18-3] - 2024-08-07
11
16
### Changed
12
17
- [ #30 ] Upgrade base image to 3.18.8-1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -x -o errexit \
18
18
FROM registry.cloudogu.com/official/base:3.18.8-1
19
19
20
20
LABEL NAME="official/postgresql" \
21
- VERSION="12.18-3 " \
21
+ VERSION="12.19-1 " \
22
22
23
23
24
24
ENV LANG=en_US.utf8 \
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " official/postgresql" ,
3
- "Version" : " 12.18-3 " ,
3
+ "Version" : " 12.19-1 " ,
4
4
"DisplayName" : " PostgreSQL" ,
5
5
"Description" : " PostgreSQL Database." ,
6
6
"Url" : " https://www.postgresql.org/" ,
You can’t perform that action at this time.
0 commit comments