4.0.6-debian-9-r6 release

This commit is contained in:
Bitnami Bot
2019-09-07 09:43:06 +00:00
parent 6d2cf08149
commit b32ccedaa5
2 changed files with 3 additions and 3 deletions

View File

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