Skip to content

Commit

Permalink
chore(deps): update wordpress:6.6.2-php8.1-fpm-alpine docker digest t…
Browse files Browse the repository at this point in the history
…o 1d2de28 (#1948)

Co-authored-by: renovate-cds[bot] <117288780+renovate-cds[bot]@users.noreply.github.com>
  • Loading branch information
renovate-cds[bot] authored Oct 21, 2024
1 parent 690ac04 commit 1bf4165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wordpress/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN npm --unsafe-perm install
# when updating the Wordpress version, update the version in the files:
# - ~/wordpress/docker/local.Dockerfile
# - ~/github/workflows/ci.yml
FROM wordpress:6.6.2-php8.1-fpm-alpine@sha256:bc7933d368bcaa4b3ef8b947b75b9696637579892aaa2164551a1488f66b66a7
FROM wordpress:6.6.2-php8.1-fpm-alpine@sha256:1d2de28f48f1ed40be8cc00ffab327a817139d72eaa6f70bed86bfe776e10cda

RUN apk add --no-cache $PHPIZE_DEPS \
&& pecl install pcov \
Expand Down
2 changes: 1 addition & 1 deletion wordpress/docker/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wordpress version needs to match the version found in ~/wordpress/docker/Dockerfile
FROM wordpress:6.6.2-php8.1-fpm-alpine@sha256:bc7933d368bcaa4b3ef8b947b75b9696637579892aaa2164551a1488f66b66a7
FROM wordpress:6.6.2-php8.1-fpm-alpine@sha256:1d2de28f48f1ed40be8cc00ffab327a817139d72eaa6f70bed86bfe776e10cda

WORKDIR /usr/src/wordpress

Expand Down

0 comments on commit 1bf4165

Please sign in to comment.