From 4e6c815661b327f060c23c9f688f8d65748bd1fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:42:07 +0000 Subject: [PATCH] Update wordpress Docker tag to v7.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82889f4..383f33a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:7.0.2-php8.3-apache +FROM wordpress:7.1.0-php8.3-apache RUN apt-get update && \ apt-get install -y --no-install-recommends ssl-cert && \