diff --git a/bitnami/postgresql/18/debian-12/Dockerfile b/bitnami/postgresql/18/debian-12/Dockerfile index 7bfce3b406e9..dee1bd30f67f 100644 --- a/bitnami/postgresql/18/debian-12/Dockerfile +++ b/bitnami/postgresql/18/debian-12/Dockerfile @@ -9,7 +9,7 @@ ARG TARGETARCH ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-01-19T13:13:42Z" \ + org.opencontainers.image.created="2026-01-28T17:54:20Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \ @@ -56,7 +56,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/postgresql/postunpack.sh ENV APP_VERSION="18.1.0" \ BITNAMI_APP_NAME="postgresql" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="8" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \