From f7e0314209087cbdb3c42a968ad3963d0d5f0365 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 25 Apr 2018 09:22:00 +0000 Subject: [PATCH] 9.6.8-r5 release Update image to version 9.6.8-r5 --- bitnami/postgresql/9.6/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/postgresql/9.6/Dockerfile b/bitnami/postgresql/9.6/Dockerfile index 6fad36490f0c..358841c34c79 100644 --- a/bitnami/postgresql/9.6/Dockerfile +++ b/bitnami/postgresql/9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r28 +FROM bitnami/minideb-extras:jessie-r30 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -7,7 +7,7 @@ RUN bitnami-pkg unpack postgresql-9.6.8-0 --checksum ccceff1c0369ffced38abc7870a COPY rootfs / ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="9.6.8-r4" \ + BITNAMI_IMAGE_VERSION="9.6.8-r5" \ PATH="/opt/bitnami/postgresql/bin:$PATH" \ POSTGRESQL_DATABASE="" \ POSTGRESQL_MASTER_HOST="" \