From ab74b46a5946eb30878be6918dd507bac092747e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:44:44 +0000 Subject: [PATCH] chore(deps): Bump busybox from `0fc05e4` to `b4771ab` in /wordpress Bumps busybox from `0fc05e4` to `b4771ab`. --- updated-dependencies: - dependency-name: busybox 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 05630c33..ca3dd770 100644 --- a/wordpress/Dockerfile +++ b/wordpress/Dockerfile @@ -5,6 +5,6 @@ ADD https://github.com/WordPress/WordPress.git#${WP_GIT_REF} /wp COPY extra/ /wp/ FROM ghcr.io/automattic/vip-container-images/helpers:v1@sha256:bc2beca042ce7c47e2b737920c77248f4a6c25cc7e137bf9de6944af8a68701c AS helpers -FROM busybox:stable-musl@sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281 +FROM busybox:stable-musl@sha256:b4771ab006a5344931341972e1e4b1ff14db2c327eeab0053416aa2277213b1d COPY --from=build --link /wp /wp COPY --from=helpers /rsync /usr/bin/rsync