diff --git a/bitnami/postgresql/9.6/centos-7/Dockerfile b/bitnami/postgresql/9.6/centos-7/Dockerfile index 5cd6b4fd5b18..e75e99ca3cbd 100644 --- a/bitnami/postgresql/9.6/centos-7/Dockerfile +++ b/bitnami/postgresql/9.6/centos-7/Dockerfile @@ -9,13 +9,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ # Install required system packages and dependencies RUN install_packages glibc keyutils-libs krb5-libs libcom_err libedit libselinux libxml2 libxslt ncurses-libs nss-softokn-freebl openssl-libs pcre xz-libs zlib -RUN . ./libcomponent.sh && component_unpack "postgresql" "9.6.13-2" --checksum 3b5c79165525305a36742fb772b9d20f6121c35e134fa71703e8c4cf20d828c6 +RUN . ./libcomponent.sh && component_unpack "postgresql" "9.6.14-0" --checksum 91f0b0496a257e4c1abee268aa4de82124d735a667ba62b67eed8b707030effc COPY rootfs / RUN yum -y install epel-release && yum -y update && yum -y install nss_wrapper RUN /postunpack.sh ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="9.6.13-centos-7-r30" \ + BITNAMI_IMAGE_VERSION="9.6.14-centos-7-r0" \ 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 6b33e48047c9..c82dec5bc930 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`10-centos-7`, `10.9.0-centos-7-r0` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.9.0-centos-7-r0/10/centos-7/Dockerfile) * [`9.6-ol-7`, `9.6.14-ol-7-r0` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.14-ol-7-r0/9.6/ol-7/Dockerfile) * [`9.6-debian-9`, `9.6.14-debian-9-r0`, `9.6`, `9.6.14`, `9.6.14-r0` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.14-debian-9-r0/9.6/debian-9/Dockerfile) -* [`9.6-centos-7`, `9.6.13-centos-7-r30` (9.6/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-centos-7-r30/9.6/centos-7/Dockerfile) +* [`9.6-centos-7`, `9.6.14-centos-7-r0` (9.6/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.14-centos-7-r0/9.6/centos-7/Dockerfile) Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).