[bitnami/postgresql] Release 12.13.0-debian-11-r30 (#22199)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-30 06:55:43 +01:00 committed by GitHub
parent 68b52475ff
commit 1ff3f3b1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,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.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="12.13.0-debian-11-r29" \
org.opencontainers.image.ref.name="12.13.0-debian-11-r30" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
org.opencontainers.image.title="postgresql" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -25,7 +25,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-1-linux-${OS_ARCH}-debian-11" \
"postgresql-12.13.0-6-linux-${OS_ARCH}-debian-11" \
"postgresql-12.13.0-7-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": "5d2d82f220f3e205a9620511fee81f5a7e15cf482b94eb705af6dde8578ac72e",
"digest": "2e237b9c6e229056aad16201e2a321ddcad8c3494b8c0f2cee3408874cbcf52b",
"distro": "debian-11",
"type": "NAMI",
"version": "12.13.0-6"
"version": "12.13.0-7"
}
}