Skip to content

Commit

Permalink
chore(deps): update wordpress:cli-php8.1 docker digest to bc89cd3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-cds[bot] authored Dec 14, 2024
1 parent 05a1aa4 commit d845ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:07a596699de55ee732e6a10156b3abe897c24fe77f062a1dd7e6f23b6ad0334f
FROM wordpress:cli-php8.1@sha256:bc89cd33d5213dda0f0628f50c61f049300b2a33d8cbc94f735c5501844d0fc6

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:07a596699de55ee732e6a10156b3abe897c24fe77f062a1dd7e6f23b6ad0334f
image: wordpress:cli-php8.1@sha256:bc89cd33d5213dda0f0628f50c61f049300b2a33d8cbc94f735c5501844d0fc6
profiles:
- tools
env_file: .env
Expand Down

0 comments on commit d845ace

Please sign in to comment.