4.0.6-ol-7-r40 release

This commit is contained in:
Bitnami Bot
2019-10-07 02:56:21 +00:00
parent 9a5d162e81
commit 4e83667b46
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras-base:7-r439
FROM bitnami/oraclelinux-extras-base:7-r440
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV OS_ARCH="x86_64" \
@@ -13,7 +13,7 @@ RUN . ./libcomponent.sh && component_unpack "pgpool" "4.0.6-1" --checksum 18034b
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="pgpool" \
BITNAMI_IMAGE_VERSION="4.0.6-ol-7-r39" \
BITNAMI_IMAGE_VERSION="4.0.6-ol-7-r40" \
PATH="/opt/bitnami/postgresql/bin:/opt/bitnami/pgpool/bin:$PATH"
EXPOSE 5432