10.4.0-r21 release

This commit is contained in:
Bitnami Bot
2018-06-18 03:45:57 +00:00
parent af27af0f75
commit 3767a8eac0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r79
FROM bitnami/minideb-extras:jessie-r80
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -7,7 +7,7 @@ RUN bitnami-pkg unpack postgresql-10.4.0-1 --checksum 024a0c15050cd333cbf8861814
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="10.4.0-r20" \
BITNAMI_IMAGE_VERSION="10.4.0-r21" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \