File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
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.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
+
10
15
## [ v12.18-1] - 2024-02-13
11
16
### Changed
12
17
- [ #26 ] Update postgresql to v12.18
Original file line number Diff line number Diff line change 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
2
2
3
3
ENV GOSU_SHA256=0f25a21cf64e58078057adc78f38705163c1d564a959ff30a891c31917011a54
4
4
@@ -15,15 +15,15 @@ RUN set -x -o errexit \
15
15
&& echo "${GOSU_SHA256} */build/usr/local/bin/gosu" | sha256sum -c - \
16
16
&& chmod +x /build/usr/local/bin/gosu
17
17
18
- FROM registry.cloudogu.com/official/base:3.17.3 -2
18
+ FROM registry.cloudogu.com/official/base:3.18.7 -2
19
19
20
20
LABEL NAME="official/postgresql" \
21
- VERSION="12.18-1 " \
21
+ VERSION="12.18-2 " \
22
22
23
23
24
24
ENV LANG=en_US.utf8 \
25
25
PGDATA=/var/lib/postgresql \
26
- POSTGRESQL_VERSION=12.18 -r0
26
+ POSTGRESQL_VERSION=12.19 -r0
27
27
28
28
# install postgresql and gosu
29
29
# Note: the current postgresql version from alpine is installed
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " official/postgresql" ,
3
- "Version" : " 12.18-1 " ,
3
+ "Version" : " 12.18-2 " ,
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