File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
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.14-1] - 2023-03-14
11
+ ### Changed
12
+ - Upgrade to PostgreSQL 12.14; #18
13
+ - This update contains a security fix
14
+
10
15
## [ v12.13-1] - 2023-02-06
11
16
### Changed
12
17
- Upgrades PostgreSQL to 12.13 (#15 )
Original file line number Diff line number Diff line change 1
1
FROM registry.cloudogu.com/official/base:3.17.1-1
2
2
3
3
LABEL NAME="official/postgresql" \
4
- VERSION="12.13 -1" \
4
+ VERSION="12.14 -1" \
5
5
6
6
7
7
ENV LANG=en_US.utf8 \
8
8
PGDATA=/var/lib/postgresql \
9
- POSTGRESQL_VERSION=12.13-r1 \
9
+ POSTGRESQL_VERSION=12.14-r0 \
10
10
GOSU_SHA256=0f25a21cf64e58078057adc78f38705163c1d564a959ff30a891c31917011a54
11
11
12
12
# install postgresql and gosu
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " official/postgresql" ,
3
- "Version" : " 12.13 -1" ,
3
+ "Version" : " 12.14 -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