From 777a70aa4f72f116e30bd266d66ff916fd2fd251 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Oct 2022 11:33:10 +0200 Subject: [PATCH] [bitnami/postgresql] Release 10.22.0-debian-11-r24 (#9086) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/postgresql/10/debian-11/Dockerfile | 4 ++-- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/postgresql/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/postgresql/10/debian-11/Dockerfile b/bitnami/postgresql/10/debian-11/Dockerfile index b28ccc73019a..5f8185685856 100644 --- a/bitnami/postgresql/10/debian-11/Dockerfile +++ b/bitnami/postgresql/10/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="10.22.0-debian-11-r23" \ + org.opencontainers.image.ref.name="10.22.0-debian-11-r24" \ 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 libcrypt1 libedit2 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ for COMPONENT in \ "gosu-1.14.0-154-linux-${OS_ARCH}-debian-11" \ - "postgresql-10.22.0-10-linux-${OS_ARCH}-debian-11" ; \ + "postgresql-10.22.0-11-linux-${OS_ARCH}-debian-11" ; \ do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz -O ; \ diff --git a/bitnami/postgresql/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/postgresql/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 44b860380f61..da73206f6d76 100644 --- a/bitnami/postgresql/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/postgresql/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "postgresql": { "arch": "amd64", - "digest": "b8185581e12902c7f3eb0cf0f1501a84bddb4bec8b9f4c2aac779d18dd590085", + "digest": "3a7ad33c3f76b3cfc455e74c2a50743e465b46f53e2db7861347ce09bec21419", "distro": "debian-11", "type": "NAMI", - "version": "10.22.0-10" + "version": "10.22.0-11" } } \ No newline at end of file diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 12430948e7df..419816c200ed 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`13`, `13-debian-11`, `13.8.0`, `13.8.0-debian-11-r23` (13/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/13/debian-11/Dockerfile) * [`12`, `12-debian-11`, `12.12.0`, `12.12.0-debian-11-r23` (12/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/12/debian-11/Dockerfile) * [`11`, `11-debian-11`, `11.17.0`, `11.17.0-debian-11-r23` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/11/debian-11/Dockerfile) -* [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r23` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile) +* [`10`, `10-debian-11`, `10.22.0`, `10.22.0-debian-11-r24` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/tree/main/bitnami/postgresql/10/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).