From 14c65ff10ded41a5a2308040e963e474de0b169b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 05:35:18 +0000 Subject: [PATCH] chore(deps): roll back dependency wordpress/wordpress to v6.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6664847..663d463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM docker.io/bitnami/minideb:bookworm # renovate: datasource=github-tags depName=WordPress/WordPress -ARG WORDPRESS_VERSION="7.0.0" +ARG WORDPRESS_VERSION="6.9" ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH ARG BUILD_DATE