Skip to content

Commit

Permalink
Bump wordpress from cli-2.10.0 to cli-2.11.0 in /wp/php8.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 2d9c0ee commit 5e55a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp/php8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -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."

Check warning on line 4 in wp/php8.0/Dockerfile

View workflow job for this annotation

GitHub Actions / build (8.0)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit 5e55a10

Please sign in to comment.