diff --git a/Dockerfile b/Dockerfile index 31cf7e6..0211be2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ # main container -FROM ghcr.io/cloudnative-pg/postgresql:16.10-standard-bookworm@sha256:223217517a3030076361a6c30f3c5c2035b905fade4df86b584cf229fc47deb5 +FROM ghcr.io/cloudnative-pg/postgresql:18.0-standard-bookworm@sha256:22343fd268d917411fd23da16383b4b1e901dd93e901143750a38376840d99d9 ARG CI_COMMIT_TIMESTAMP ARG CI_COMMIT_SHA ARG CI_COMMIT_TAG ARG CI_UPSTREAM_VERSION -ARG POSTGRESQL_MAJOR_VERSION=16 +ARG POSTGRESQL_MAJOR_VERSION=17 ARG VCHORD_VERSION=0.5.3 LABEL org.opencontainers.image.authors="Daniel Muehlbachler-Pietrzykowski "