diff --git a/bitnami/php-fpm/8.5/debian-12/Dockerfile b/bitnami/php-fpm/8.5/debian-12/Dockerfile index 6cb0af28bb7a..fb8e733d4e4a 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-30T14:55:52Z" \ + org.opencontainers.image.created="2026-05-04T12:24:58Z" \ 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" \ @@ -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="5" \ + IMAGE_REVISION="6" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"