From 56273540e12af6a40bdef18bb52ff7c081a0fa5f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 11 Sep 2025 14:03:56 +0200 Subject: [PATCH] [bitnami/postgresql] Release 17.6.0-debian-12-r7 (#86135) Signed-off-by: Bitnami Bot --- bitnami/postgresql/17/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql/17/debian-12/Dockerfile b/bitnami/postgresql/17/debian-12/Dockerfile index 85a7a30e64f8..64d24e540a12 100644 --- a/bitnami/postgresql/17/debian-12/Dockerfile +++ b/bitnami/postgresql/17/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="2025-09-07T02:20:20Z" \ + org.opencontainers.image.created="2025-09-11T11:50:14Z" \ 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" \ @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "postgresql-17.6.0-3-linux-${OS_ARCH}-debian-12" \ + "postgresql-17.6.0-4-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -58,7 +58,7 @@ RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \ RUN /opt/bitnami/scripts/locales/generate-locales.sh ENV APP_VERSION="17.6.0" \ BITNAMI_APP_NAME="postgresql" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \