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 f6d447f #1927

Merged
merged 1 commit into from
Oct 1, 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:d59a912f50de1d7163b6d04e3a2bf7851f8d235e35447613ed357ade249cd9af
FROM wordpress:cli-php8.1@sha256:f6d447fd566c8eb1e14422f1b85d94c74dd7c0961f1088707cc3377de8576707

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:d59a912f50de1d7163b6d04e3a2bf7851f8d235e35447613ed357ade249cd9af
image: wordpress:cli-php8.1@sha256:f6d447fd566c8eb1e14422f1b85d94c74dd7c0961f1088707cc3377de8576707
profiles:
- tools
env_file: .env
Expand Down
Loading