diff --git a/bitnami/pgpool/4/debian-12/Dockerfile b/bitnami/pgpool/4/debian-12/Dockerfile index 1216fad055e6..325ecf4c4ad7 100644 --- a/bitnami/pgpool/4/debian-12/Dockerfile +++ b/bitnami/pgpool/4/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-25T09:04:08Z" \ + org.opencontainers.image.created="2026-02-26T06:48:55Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pgpool/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgpool" \ org.opencontainers.image.title="pgpool" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="4.7.0" + org.opencontainers.image.version="4.7.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ COMPONENTS=( \ "wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \ "postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \ - "pgpool-4.7.0-2-linux-${OS_ARCH}-debian-12" \ + "pgpool-4.7.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,9 +49,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/pgpool/postunpack.sh -ENV APP_VERSION="4.7.0" \ +ENV APP_VERSION="4.7.1" \ BITNAMI_APP_NAME="pgpool" \ - IMAGE_REVISION="8" \ + IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/pgpool/bin:/opt/bitnami/common/sbin:$PATH"