[bitnami/postgresql] Release 11.18.0-debian-11-r19 (#19169)

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
2023-01-05 12:03:57 +01:00
committed by GitHub
parent c91648f080
commit a265fba7b2
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="11.18.0-debian-11-r18" \
org.opencontainers.image.ref.name="11.18.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-11.18.0-3-linux-${OS_ARCH}-debian-11" \
"postgresql-11.18.0-4-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": "b6604cd7d721c532dd548802eb5e737adeab193763de244abbe31d5182cf88dd",
"digest": "7a67f438698d1979b601a7f211fe695e812f2d656b83fc0082c7c8e3584a7023",
"distro": "debian-11",
"type": "NAMI",
"version": "11.18.0-3"
"version": "11.18.0-4"
}
}