9.6.9-r0 release

Update postgresql to 9.6.9
This commit is contained in:
Bitnami Bot
2018-05-15 15:49:16 +00:00
parent e62d8320a4
commit 3d5e1c0a02

View File

@@ -3,11 +3,11 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages libbsd0 libc6 libedit2 liblzma5 libssl1.0.0 libtinfo5 libxml2 libxslt1.1 zlib1g
RUN bitnami-pkg unpack postgresql-9.6.8-0 --checksum ccceff1c0369ffced38abc7870a979345af4f5abe3cfac1111a39467fe271016
RUN bitnami-pkg unpack postgresql-9.6.9-0 --checksum 33a713e6077148e5b91f394332efb282ed6579d76e1f5cb1a6004d67c6bfd634
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="9.6.8-r22" \
BITNAMI_IMAGE_VERSION="9.6.9-r0" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \