11.15.0-debian-10-r28 release

This commit is contained in:
Bitnami Bot
2022-03-10 19:29:01 +00:00
parent e0651ca175
commit 4851e1d399
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ ARG WITH_ALL_LOCALES="no"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblz4-1 liblzma5 libncurses6 libnettle6 libp11-kit0 libpcre3 libreadline7 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 "postgresql" "11.15.0-8" --checksum d343d74c4d698b1dccae7233eab71511047e8d6575c69facdb2926f88411ac88
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "11.15.0-9" --checksum 68e0198353bedd66c963ae266bc78101430690b2e41476963e88b882621184e4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -27,7 +27,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="11.15.0-debian-10-r27" \
BITNAMI_IMAGE_VERSION="11.15.0-debian-10-r28" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \

View File

@@ -8,9 +8,9 @@
},
"postgresql": {
"arch": "amd64",
"digest": "d343d74c4d698b1dccae7233eab71511047e8d6575c69facdb2926f88411ac88",
"digest": "68e0198353bedd66c963ae266bc78101430690b2e41476963e88b882621184e4",
"distro": "debian-10",
"type": "NAMI",
"version": "11.15.0-8"
"version": "11.15.0-9"
}
}