From 69e48600844fa7424a3a5666bdaa09e0142f4052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:41:40 +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 24d4cb1..01b6f84 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."