From 02b6fa365d4804c6d60b0c81b46df4d1beafd0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:51:21 +0000 Subject: [PATCH] chore(deps): Bump automattic/vip-container-images/helpers in /wordpress 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] --- wordpress/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/Dockerfile b/wordpress/Dockerfile index 27fcb30a..05630c33 100644 --- a/wordpress/Dockerfile +++ b/wordpress/Dockerfile @@ -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