Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update wordpress:6.7.1-php8.1-fpm-alpine docker digest to f5bd101 #2010

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.1-php8.1-fpm-alpine@sha256:8853052e0c5f690b03ba5a148d272e82ac8977e2c3d359715c44252abaf40e13
FROM wordpress:6.7.1-php8.1-fpm-alpine@sha256:f5bd1018e9b171882a03f9ef46ffa630f355324a104ea588fbfcb1beb6966256

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.7.1-php8.1-fpm-alpine@sha256:8853052e0c5f690b03ba5a148d272e82ac8977e2c3d359715c44252abaf40e13
FROM wordpress:6.7.1-php8.1-fpm-alpine@sha256:f5bd1018e9b171882a03f9ef46ffa630f355324a104ea588fbfcb1beb6966256

WORKDIR /usr/src/wordpress

Expand Down
Loading