Skip to content

Commit

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-cds[bot] and renovate-bot authored Jun 3, 2024
1 parent 169ba3d commit 32275dc
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.5.3-php8.1-fpm-alpine@sha256:2a423fd6674cb5247b8216f57031fb5635540ce0611e6f196c42112651b83175
FROM wordpress:6.5.3-php8.1-fpm-alpine@sha256:34eccfa8eff76767311eb6db5816b6b79e4f1906f8a869973272faa1620b3fa4

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.5.3-php8.1-fpm-alpine@sha256:2a423fd6674cb5247b8216f57031fb5635540ce0611e6f196c42112651b83175
FROM wordpress:6.5.3-php8.1-fpm-alpine@sha256:34eccfa8eff76767311eb6db5816b6b79e4f1906f8a869973272faa1620b3fa4

WORKDIR /usr/src/wordpress

Expand Down

0 comments on commit 32275dc

Please sign in to comment.