4.0.6-debian-9-r32 release

This commit is contained in:
Bitnami Bot
2019-10-01 07:42:26 +00:00
parent bca349e2b4
commit 5373847658
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras-base:stretch-r372
FROM bitnami/minideb-extras-base:stretch-r374
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV OS_ARCH="amd64" \
@@ -13,7 +13,7 @@ RUN . ./libcomponent.sh && component_unpack "pgpool" "4.0.6-1" --checksum 57b281
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="pgpool" \
BITNAMI_IMAGE_VERSION="4.0.6-debian-9-r31" \
BITNAMI_IMAGE_VERSION="4.0.6-debian-9-r32" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/pgpool/bin:$PATH"
EXPOSE 5432