From 4881c42ff47b957bd45bd57cb76ea3db7a7152de Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 25 Oct 2022 13:29:53 +0200 Subject: [PATCH] [bitnami/postgresql] Release 11.17.0-debian-11-r34 (#11381) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/postgresql/11/debian-11/Dockerfile | 4 ++-- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/postgresql/11/debian-11/Dockerfile b/bitnami/postgresql/11/debian-11/Dockerfile index 3d33fe572a2d..7d4392d06c0d 100644 --- a/bitnami/postgresql/11/debian-11/Dockerfile +++ b/bitnami/postgresql/11/debian-11/Dockerfile @@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="11.17.0-debian-11-r33" \ + org.opencontainers.image.ref.name="11.17.0-debian-11-r34" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \ org.opencontainers.image.title="postgresql" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -24,7 +24,7 @@ RUN install_packages ca-certificates curl libbsd0 libbz2-1.0 libedit2 libffi7 li RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \ - "postgresql-11.17.0-15-linux-${OS_ARCH}-debian-11" \ + "postgresql-11.17.0-16-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/postgresql/11/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgresql/11/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index d1a1957aeb5f..04b1894e76f1 100644 --- a/bitnami/postgresql/11/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgresql/11/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "postgresql": { "arch": "amd64", - "digest": "20878111a9d5a61a2693b7cc657c879107c24128b784e7531ee516ae2ebac7a1", + "digest": "94f5f9aaf1234b44c89f671a2f4fe06bfa37271fffcf1fb8ef62b660320332f0", "distro": "debian-11", "type": "NAMI", - "version": "11.17.0-15" + "version": "11.17.0-16" } } \ No newline at end of file