Skip to content

Commit e6a2f8c

Browse files
nhinze23cesmarvin
authored andcommitted
Merge branch 'release/v14.12-4'
2 parents a47a001 + 4fb09af commit e6a2f8c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v14.12-4] - 2024-10-11
11+
### Added
12+
- [#38] Extensions from `postgresql-contrib`
13+
1014
## [v14.12-3] - 2024-09-23
1115
### Changed
1216
- Relicense to AGPL-3.0-only

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,19 @@ RUN set -x -o errexit \
1818
FROM registry.cloudogu.com/official/base:3.20.2-1
1919

2020
LABEL NAME="official/postgresql" \
21-
VERSION="14.12-3" \
21+
VERSION="14.12-4" \
2222
maintainer="[email protected]"
2323

2424
ENV LANG=en_US.utf8 \
2525
PGDATA=/var/lib/postgresql \
2626
POSTGRESQL_VERSION=14.12-r0
2727

28-
# install postgresql and gosu
29-
# Note: the current postgresql version from alpine is installed
30-
# https://pkgs.alpinelinux.org/packages?name=postgresql&branch=v3.12&arch=x86_64
3128
RUN set -x -o errexit \
3229
&& set -o nounset \
3330
&& set -o pipefail \
3431
&& apk update \
3532
&& apk upgrade \
36-
&& apk add --no-cache --update postgresql14="${POSTGRESQL_VERSION}"
33+
&& apk add --no-cache --update postgresql14="${POSTGRESQL_VERSION}" postgresql14-contrib="${POSTGRESQL_VERSION}"
3734

3835
COPY resources/ /
3936
COPY --from=builder /build /

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

0 commit comments

Comments
 (0)