From a224005f6967407fa2885b81c5adad1ec775b86b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 6 Jan 2026 20:20:29 +0100 Subject: [PATCH] [bitnami/drupal] Release 11.3.1-debian-12-r1 (#89309) Signed-off-by: Bitnami Bot --- bitnami/drupal/11/debian-12/Dockerfile | 8 ++++---- bitnami/drupal/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/drupal/11/debian-12/Dockerfile b/bitnami/drupal/11/debian-12/Dockerfile index 76db63653893..1a79d3448d34 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-12-18T15:56:45Z" \ + org.opencontainers.image.created="2026-01-06T18:23:32Z" \ 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" \ @@ -29,9 +29,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \ - "php-8.4.15-7-linux-${OS_ARCH}-debian-12" \ + "php-8.4.16-1-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \ - "libphp-8.4.15-3-linux-${OS_ARCH}-debian-12" \ + "libphp-8.4.16-0-linux-${OS_ARCH}-debian-12" \ "apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \ "drupal-11.3.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ @@ -60,7 +60,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="11.3.1" \ BITNAMI_APP_NAME="drupal" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ 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 diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 4d6e27222161..c77103467b27 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -508,7 +508,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. +Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.