From 5e55a1023e993d5978e01f1f48aa2861ead4bfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 04:40:02 +0000 Subject: [PATCH] Bump wordpress from cli-2.10.0 to cli-2.11.0 in /wp/php8.0 Bumps wordpress from cli-2.10.0 to cli-2.11.0. --- updated-dependencies: - dependency-name: wordpress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wp/php8.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp/php8.0/Dockerfile b/wp/php8.0/Dockerfile index 3d46996..6e7adda 100644 --- a/wp/php8.0/Dockerfile +++ b/wp/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM wordpress:cli-2.10.0 AS wp-cli +FROM wordpress:cli-2.11.0 AS wp-cli FROM ghcr.io/syntatis/php:8.0-fpm LABEL org.opencontainers.image.description "Image to run WordPress with PHP 8.0. This image includes the WP-CLI, Composer, Node.js, and a few additional packages that may be useful for WordPress development."