10.2.0-r0 release

Update postgresql to 10.2
This commit is contained in:
Bitnami Bot
2018-02-08 15:33:42 +00:00
parent bb7d8cca92
commit 68f4652861

View File

@@ -3,12 +3,12 @@ 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-10.1.0-1 --checksum fc62318736c5d4d65a42a83d2dfb390aecacf362f798da18e437c7652179aa29
RUN bitnami-pkg unpack postgresql-10.2.0-0 --checksum f7fcd851bc9480e01e9e09115bf9f49ece51c0b0385d9f631db0af9f124f638e
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="10.1.0-r1" \
BITNAMI_IMAGE_VERSION="10.2.0-r0" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \