Skip to content

Commit 62d1349

Browse files
fdeekencesmarvin
authored andcommitted
Merge branch 'release/v12.18-2'
2 parents a431da3 + 57947a9 commit 62d1349

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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.18-2] - 2024-06-27
11+
### Changed
12+
- [#28] Update postgresql to v12.19
13+
- [#28] Upgrade Base Image to 3.18.7-2
14+
1015
## [v12.18-1] - 2024-02-13
1116
### Changed
1217
- [#26] Update postgresql to v12.18

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.cloudogu.com/official/base:3.17.3-2 as builder
1+
FROM registry.cloudogu.com/official/base:3.18.7-2 as builder
22

33
ENV GOSU_SHA256=0f25a21cf64e58078057adc78f38705163c1d564a959ff30a891c31917011a54
44

@@ -15,15 +15,15 @@ RUN set -x -o errexit \
1515
&& echo "${GOSU_SHA256} */build/usr/local/bin/gosu" | sha256sum -c - \
1616
&& chmod +x /build/usr/local/bin/gosu
1717

18-
FROM registry.cloudogu.com/official/base:3.17.3-2
18+
FROM registry.cloudogu.com/official/base:3.18.7-2
1919

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

2424
ENV LANG=en_US.utf8 \
2525
PGDATA=/var/lib/postgresql \
26-
POSTGRESQL_VERSION=12.18-r0
26+
POSTGRESQL_VERSION=12.19-r0
2727

2828
# install postgresql and gosu
2929
# Note: the current postgresql version from alpine is installed

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

0 commit comments

Comments
 (0)