From 905b9ba0d424189adb60a5a0a5843fea9490d5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:55:28 +0000 Subject: [PATCH] docker: bump wordpress in the docker group Bumps the docker group with 1 update: wordpress. Updates `wordpress` from 7.0-php8.4-apache to 7.1-php8.4-apache --- updated-dependencies: - dependency-name: wordpress dependency-version: 7.1-php8.4-apache dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09ed7d7..ad9de50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Extends the official WordPress runtime with our tuned PHP upload limits so the # image is self-contained — production and CI both build this, and tagged # releases publish it to GHCR. No host bind-mount is needed for the PHP config. -FROM wordpress:7.0-php8.4-apache +FROM wordpress:7.1-php8.4-apache # Ensure the curl CLI is present — it powers the container HEALTHCHECK below and # the deploy-time health probe (scripts/healthcheck.sh in "compose service"