From 6a761dba85b44ceb21a64e8bff4dbd89d23927e6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 2 Mar 2026 18:46:08 +0100 Subject: [PATCH] [bitnami/wordpress] Release 6.9.1-debian-12-r7 (#91197) Signed-off-by: Bitnami Bot --- bitnami/wordpress/6/debian-12/Dockerfile | 10 +++++----- bitnami/wordpress/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/wordpress/6/debian-12/Dockerfile b/bitnami/wordpress/6/debian-12/Dockerfile index 5d875c958a52..2f5f203aebba 100644 --- a/bitnami/wordpress/6/debian-12/Dockerfile +++ b/bitnami/wordpress/6/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-02-27T08:00:05Z" \ + org.opencontainers.image.created="2026-03-02T17:27:10Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/wordpress/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress" \ @@ -29,12 +29,12 @@ 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-162-linux-${OS_ARCH}-debian-12" \ - "php-8.4.18-6-linux-${OS_ARCH}-debian-12" \ + "php-8.4.18-7-linux-${OS_ARCH}-debian-12" \ "apache-2.4.66-1-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.2.2-0-linux-${OS_ARCH}-debian-12" \ "postgresql-lib-18.3.0-0-linux-${OS_ARCH}-debian-12" \ - "libphp-8.4.18-4-linux-${OS_ARCH}-debian-12" \ - "wordpress-6.9.1-0-linux-${OS_ARCH}-debian-12" \ + "libphp-8.4.18-5-linux-${OS_ARCH}-debian-12" \ + "wordpress-6.9.1-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -61,7 +61,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="6.9.1" \ BITNAMI_APP_NAME="wordpress" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/wp-cli/bin:/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/postgresql-lib/bin:$PATH" diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 88f4225a576d..c0beb4743efc 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -13,7 +13,7 @@ docker run --name wordpress bitnami/wordpress:latest > **NOTE** This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure deployment. -## Why use Bitnami Secure Images? +## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?