9.6.9-r9 release

This commit is contained in:
Bitnami Bot 2018-06-01 03:29:49 +00:00
parent 2ceb711413
commit 3c8a4f32a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r61
FROM bitnami/minideb-extras:jessie-r64
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack postgresql-9.6.9-1 --checksum 579c908f9a4442a31cd0e4a3f67
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="9.6.9-r8" \
BITNAMI_IMAGE_VERSION="9.6.9-r9" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \