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:cli-php8.1 docker digest to 21f679f #1979

Merged
merged 1 commit into from
Nov 18, 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 .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16-alpine@sha256:a1f9d027912b58a7c75be7716c97cfbc6d3099f3a97ed84aa490be9dee20e787 AS node

FROM wordpress:cli-php8.1@sha256:7a53d365270ab35b54f73b4224042ef36429ebb3f41c69664a061fe012b1857a
FROM wordpress:cli-php8.1@sha256:21f679f320cd9d8292fa17af0624c13b4baa3c8a88dbb47d434fad5a86fdb070

COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/share /usr/local/share
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:
depends_on:
- db
- wordpress
image: wordpress:cli-php8.1@sha256:7a53d365270ab35b54f73b4224042ef36429ebb3f41c69664a061fe012b1857a
image: wordpress:cli-php8.1@sha256:21f679f320cd9d8292fa17af0624c13b4baa3c8a88dbb47d434fad5a86fdb070
profiles:
- tools
env_file: .env
Expand Down
Loading