diff --git a/bitnami/postgresql/12/debian-9/Dockerfile b/bitnami/postgresql/12/debian-9/Dockerfile index 29c846a0d221..e0966e8dc43b 100644 --- a/bitnami/postgresql/12/debian-9/Dockerfile +++ b/bitnami/postgresql/12/debian-9/Dockerfile @@ -11,14 +11,18 @@ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu57 libidn11 libldap-2.4-2 liblzma5 libncurses5 libnettle6 libnss-wrapper libp11-kit0 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo5 libuuid1 libxml2 libxslt1.1 locales procps unzip zlib1g RUN . ./libcomponent.sh && component_unpack "postgresql" "12.1.0-1" --checksum ded4cc0ef52660f811d20ad846548b19de800af619b1af985953a4b1eeeec050 -RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && chmod u+x /usr/local/bin/gosu && mkdir -p /opt/bitnami/licenses && curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt +RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \ + echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \ + chmod u+x /usr/local/bin/gosu && \ + mkdir -p /opt/bitnami/licenses && \ + curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen COPY rootfs / RUN /postunpack.sh ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="12.1.0-debian-9-r23" \ + BITNAMI_IMAGE_VERSION="12.1.0-debian-9-r24" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NAMI_PREFIX="/.nami" \ diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index be95d1ab4b0e..da3d9a3197de 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`12-ol-7`, `12.1.0-ol-7-r30` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-ol-7-r30/12/ol-7/Dockerfile) -* [`12-debian-9`, `12.1.0-debian-9-r23`, `12`, `12.1.0`, `12.1.0-r23` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r23/12/debian-9/Dockerfile) +* [`12-debian-9`, `12.1.0-debian-9-r24`, `12`, `12.1.0`, `12.1.0-r24` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r24/12/debian-9/Dockerfile) * [`12-centos-7`, `12.1.0-centos-7-r32` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-centos-7-r32/12/centos-7/Dockerfile) * [`12-photon-3`, `12.0.0-photon-3-r0` (12/photon-3/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-photon-3-r0/12/photon-3/Dockerfile) * [`11-ol-7`, `11.6.0-ol-7-r30` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r30/11/ol-7/Dockerfile)