diff --git a/bitnami/php-fpm/8.5/debian-12/Dockerfile b/bitnami/php-fpm/8.5/debian-12/Dockerfile index 91aa29610832..04ca13a2ae81 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-05-08T02:51:18Z" \ + org.opencontainers.image.created="2026-05-11T08:08:49Z" \ 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.6" \ BITNAMI_APP_NAME="php-fpm" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"