From a92c1ed0a53e1df989838de810d5a1b5fd4b031a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 21 Oct 2025 13:36:42 +0200 Subject: [PATCH] [bitnami/drupal] Release 11.2.5-debian-12-r4 (#87830) Signed-off-by: Bitnami Bot --- bitnami/drupal/11/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/drupal/11/debian-12/Dockerfile b/bitnami/drupal/11/debian-12/Dockerfile index d2cbdfc0dc29..6c1401ccb30d 100644 --- a/bitnami/drupal/11/debian-12/Dockerfile +++ b/bitnami/drupal/11/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="2025-10-21T08:40:29Z" \ + org.opencontainers.image.created="2025-10-21T10:47:15Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/drupal/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \ @@ -33,7 +33,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "mysql-client-12.0.2-0-linux-${OS_ARCH}-debian-12" \ "libphp-8.4.13-0-linux-${OS_ARCH}-debian-12" \ "apache-2.4.65-1-linux-${OS_ARCH}-debian-12" \ - "drupal-11.2.5-1-linux-${OS_ARCH}-debian-12" \ + "drupal-11.2.5-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -60,7 +60,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="11.2.5" \ BITNAMI_APP_NAME="drupal" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/mysql/bin:/opt/bitnami/apache/bin:/opt/bitnami/drupal/vendor/bin:$PATH" EXPOSE 8080 8443