Skip to content

Commit 24ac486

Browse files
committed
feat: upgrade postgresql to v18
BREAKING CHANGE: major upgrade of postgresql to v18
1 parent bd53882 commit 24ac486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# main container
2-
FROM ghcr.io/cloudnative-pg/postgresql:17.6-standard-bookworm@sha256:16209b08c84d195930a89dfe4520a8f55d260754ba052e182e3a0e12bebb8633
2+
FROM ghcr.io/cloudnative-pg/postgresql:18.0-standard-bookworm@sha256:22343fd268d917411fd23da16383b4b1e901dd93e901143750a38376840d99d9
33

44
ARG CI_COMMIT_TIMESTAMP
55
ARG CI_COMMIT_SHA
66
ARG CI_COMMIT_TAG
77
ARG CI_UPSTREAM_VERSION
8-
ARG POSTGRESQL_MAJOR_VERSION=17
8+
ARG POSTGRESQL_MAJOR_VERSION=18
99
ARG VCHORD_VERSION=0.5.3
1010

1111
LABEL org.opencontainers.image.authors="Daniel Muehlbachler-Pietrzykowski <daniel.muehlbachler@niftyside.com>"

0 commit comments

Comments
 (0)