We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd53882 commit 24ac486Copy full SHA for 24ac486
Dockerfile
@@ -1,11 +1,11 @@
1
# main container
2
-FROM ghcr.io/cloudnative-pg/postgresql:17.6-standard-bookworm@sha256:16209b08c84d195930a89dfe4520a8f55d260754ba052e182e3a0e12bebb8633
+FROM ghcr.io/cloudnative-pg/postgresql:18.0-standard-bookworm@sha256:22343fd268d917411fd23da16383b4b1e901dd93e901143750a38376840d99d9
3
4
ARG CI_COMMIT_TIMESTAMP
5
ARG CI_COMMIT_SHA
6
ARG CI_COMMIT_TAG
7
ARG CI_UPSTREAM_VERSION
8
-ARG POSTGRESQL_MAJOR_VERSION=17
+ARG POSTGRESQL_MAJOR_VERSION=18
9
ARG VCHORD_VERSION=0.5.3
10
11
LABEL org.opencontainers.image.authors="Daniel Muehlbachler-Pietrzykowski <daniel.muehlbachler@niftyside.com>"
0 commit comments