Skip to content

Commit 3f7968c

Browse files
robertauercesmarvin
authored andcommitted
Merge branch 'release/v12.14-1'
2 parents 3ab0493 + dbb8aec commit 3f7968c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.14-1] - 2023-03-14
11+
### Changed
12+
- Upgrade to PostgreSQL 12.14; #18
13+
- This update contains a security fix
14+
1015
## [v12.13-1] - 2023-02-06
1116
### Changed
1217
- Upgrades PostgreSQL to 12.13 (#15)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM registry.cloudogu.com/official/base:3.17.1-1
22

33
LABEL NAME="official/postgresql" \
4-
VERSION="12.13-1" \
4+
VERSION="12.14-1" \
55
maintainer="[email protected]"
66

77
ENV LANG=en_US.utf8 \
88
PGDATA=/var/lib/postgresql \
9-
POSTGRESQL_VERSION=12.13-r1 \
9+
POSTGRESQL_VERSION=12.14-r0 \
1010
GOSU_SHA256=0f25a21cf64e58078057adc78f38705163c1d564a959ff30a891c31917011a54
1111

1212
# install postgresql and gosu

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.13-1",
3+
"Version": "12.14-1",
44
"DisplayName": "PostgreSQL",
55
"Description": "PostgreSQL Database.",
66
"Url": "https://www.postgresql.org/",

0 commit comments

Comments
 (0)