13.2.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-02-11 22:00:54 +00:00
parent 94dafacf43
commit 9b32896286
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
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 libnettle6 libp11-kit0 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" "13.1.0-10" --checksum 7a7b67f9ae7929ca5aa8742737b941d774ff2c9220ddfcfcb2497d7a375ab8e9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "13.2.0-0" --checksum c3f6b23481bcfd67dd7ce13ea2af42dfaa0371cf83131d2e8d3860b54281dbdb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN chmod g+rwX /opt/bitnami
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
@@ -22,7 +22,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="13.1.0-debian-10-r85" \
BITNAMI_IMAGE_VERSION="13.2.0-debian-10-r0" \
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": "7a7b67f9ae7929ca5aa8742737b941d774ff2c9220ddfcfcb2497d7a375ab8e9",
"digest": "c3f6b23481bcfd67dd7ce13ea2af42dfaa0371cf83131d2e8d3860b54281dbdb",
"distro": "debian-10",
"type": "NAMI",
"version": "13.1.0-10"
"version": "13.2.0-0"
}
}