From 71b648b0b62aaae261539fbdd2ad056d964f85e9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 10 May 2018 05:59:05 +0000 Subject: [PATCH] 9.6.8-r17 release --- 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 a6a0de3e6f53..85112a73d0eb 100644 --- a/bitnami/postgresql/9.6/Dockerfile +++ b/bitnami/postgresql/9.6/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r41 +FROM bitnami/minideb-extras:jessie-r43 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-r16" \ + BITNAMI_IMAGE_VERSION="9.6.8-r17" \ PATH="/opt/bitnami/postgresql/bin:$PATH" \ POSTGRESQL_DATABASE="" \ POSTGRESQL_MASTER_HOST="" \