From d2acbc895da3836a7fc9839e6547e9ebc0919c03 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 28 Jan 2026 19:09:12 +0100 Subject: [PATCH] [bitnami/postgresql] Release 18.1.0-debian-12-r8 (#90168) Signed-off-by: Bitnami Bot --- bitnami/postgresql/18/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \