diff --git a/bitnami/postgresql/13/debian-11/Dockerfile b/bitnami/postgresql/13/debian-11/Dockerfile index 084b244446fe..79a5b6796527 100644 --- a/bitnami/postgresql/13/debian-11/Dockerfile +++ b/bitnami/postgresql/13/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="13.9.0-debian-11-r18" \ + org.opencontainers.image.ref.name="13.9.0-debian-11-r19" \ 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.16.0-0-linux-${OS_ARCH}-debian-11" \ - "postgresql-13.9.0-3-linux-${OS_ARCH}-debian-11" \ + "postgresql-13.9.0-4-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/postgresql/13/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgresql/13/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index ae7d163cc82f..56220dff7b0e 100644 --- a/bitnami/postgresql/13/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgresql/13/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "postgresql": { "arch": "amd64", - "digest": "1f401a5e7bb5b24d79cc0161819b958dd2e2ff0fd0ea5bf52bfb9e56c26df077", + "digest": "8543d61b137e0fe103b142a3f2f2c5ca46298fad1b85d6ac523904f3647e8182", "distro": "debian-11", "type": "NAMI", - "version": "13.9.0-3" + "version": "13.9.0-4" } } \ No newline at end of file