[bitnami/postgresql] Release 12.12.0-debian-11-r39 (#12144)

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-11-01 12:47:02 +01:00 committed by GitHub
parent 5805133a7e
commit f9e00254b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="12.12.0-debian-11-r38" \
org.opencontainers.image.ref.name="12.12.0-debian-11-r39" \
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-12.12.0-17-linux-${OS_ARCH}-debian-11" \
"postgresql-12.12.0-18-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": "e554c9af9cfb7083157dc049e5eca5991a7f98760a2be8fbd08c87932d1fcefe",
"digest": "124edc1c88ad305662a9be4cf577c50dd87e8e7fe0ed4236919ac80458788e37",
"distro": "debian-11",
"type": "NAMI",
"version": "12.12.0-17"
"version": "12.12.0-18"
}
}