[bitnami/postgresql] Release 13.7.0-debian-11-r25 (#489)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-07-23 14:02:14 +02:00
committed by GitHub
parent 37985ebf85
commit 987c9007a2
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncurses6 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 libzstd1 locales procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "13.7.0-157" --checksum 0866b5f2ce33beed39d0e34f246d7e65459f3ec8ad901f6063bae8001a4bde2e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "13.7.0-158" --checksum d2a79618569107e666c8c6bce65267500e2bc60bec40b6c5cbc0da0b2d5af7c8
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -8,9 +8,9 @@
},
"postgresql": {
"arch": "amd64",
"digest": "0866b5f2ce33beed39d0e34f246d7e65459f3ec8ad901f6063bae8001a4bde2e",
"digest": "d2a79618569107e666c8c6bce65267500e2bc60bec40b6c5cbc0da0b2d5af7c8",
"distro": "debian-11",
"type": "NAMI",
"version": "13.7.0-157"
"version": "13.7.0-158"
}
}