From 38f3b876785a15fdd994683bc1fe079beedb03e6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 28 Apr 2026 15:00:35 +0200 Subject: [PATCH] [bitnami/php-fpm] Release 8.5.5-debian-12-r4 (#92675) Signed-off-by: Bitnami Bot --- bitnami/php-fpm/8.5/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/php-fpm/8.5/debian-12/Dockerfile b/bitnami/php-fpm/8.5/debian-12/Dockerfile index f5e78f295e04..3ec60c5343bb 100644 --- a/bitnami/php-fpm/8.5/debian-12/Dockerfile +++ b/bitnami/php-fpm/8.5/debian-12/Dockerfile @@ -7,7 +7,7 @@ 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-04-15T15:33:23Z" \ + org.opencontainers.image.created="2026-04-28T12:49:48Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm" \ @@ -27,7 +27,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "php-8.5.5-2-linux-${OS_ARCH}-debian-12" \ + "php-8.5.5-3-linux-${OS_ARCH}-debian-12" \ "postgresql-lib-18.3.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -48,7 +48,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \ ENV APP_VERSION="8.5.5" \ BITNAMI_APP_NAME="php-fpm" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"