From 03ea129bd970dde607c637cda81ce8e5c8c662e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:14:17 +0000 Subject: [PATCH] chore(deps): Bump automattic/vip-container-images/helpers in /mu-plugins 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] --- mu-plugins/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/Dockerfile b/mu-plugins/Dockerfile index 6424b7dd..355e15ab 100644 --- a/mu-plugins/Dockerfile +++ b/mu-plugins/Dockerfile @@ -11,7 +11,7 @@ RUN rsync -a -r --delete --exclude-from="/mu-plugins-tmp/.dockerignore" /mu-plug RUN rsync -a -r --delete --exclude-from="/mu-plugins-ext/.dockerignore" --exclude-from="/mu-plugins-ext/.devenvignore" /mu-plugins-ext/* /mu-plugins RUN mkdir /shared -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 /shared /shared