[bitnami/postgresql] Release 13.9.0-debian-11-r12 (#17025)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-15 23:07:28 +01:00
committed by GitHub
parent 72c35de4a6
commit 9ead58682e
2 changed files with 4 additions and 4 deletions

View File

@@ -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-r11" \
org.opencontainers.image.ref.name="13.9.0-debian-11-r12" \
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-156-linux-${OS_ARCH}-debian-11" \
"postgresql-13.9.0-2-linux-${OS_ARCH}-debian-11" \
"postgresql-13.9.0-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -8,9 +8,9 @@
},
"postgresql": {
"arch": "amd64",
"digest": "dd75e3eb81dce126fc7141d84f0b4bb8a75bf1a7fb9f3435af3adc07efc3d09d",
"digest": "1f401a5e7bb5b24d79cc0161819b958dd2e2ff0fd0ea5bf52bfb9e56c26df077",
"distro": "debian-11",
"type": "NAMI",
"version": "13.9.0-2"
"version": "13.9.0-3"
}
}