Skip to content

Commit

Permalink
chore(deps): Bump automattic/vip-container-images/helpers in /wordpress
Browse files Browse the repository at this point in the history
Bumps automattic/vip-container-images/helpers from `9f77c3d` to `bc2beca`.

---
updated-dependencies:
- dependency-name: automattic/vip-container-images/helpers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sjinks committed Dec 17, 2024
1 parent 03ea129 commit 02b6fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG WP_GIT_REF
ADD https://github.com/WordPress/WordPress.git#${WP_GIT_REF} /wp
COPY extra/ /wp/

FROM ghcr.io/automattic/vip-container-images/helpers:v1@sha256:9f77c3da2ca0394d5846a9fc4195041f59ff5821ea6a7aaa43a08f15d28bf1eb AS helpers
FROM ghcr.io/automattic/vip-container-images/helpers:v1@sha256:bc2beca042ce7c47e2b737920c77248f4a6c25cc7e137bf9de6944af8a68701c AS helpers
FROM busybox:stable-musl@sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281
COPY --from=build --link /wp /wp
COPY --from=helpers /rsync /usr/bin/rsync

0 comments on commit 02b6fa3

Please sign in to comment.