11.16.0-debian-11-r21 release

This commit is contained in:
Bitnami Bot
2022-07-19 13:22:55 +00:00
parent 752c3336de
commit 30165efe96
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" "11.16.0-155" --checksum f35f1ee4c1bf33061de762489d171338eaeede8f590b68877558093e691d8f4c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "11.16.0-156" --checksum ffc2cac8a4e2e1fd2ab0280071a228f0b47b9d9cf120c900bc8efa98f26e3268
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami