From e133ab5073805de46f9ee82a05fee6bcd1e423ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:09:12 +0000 Subject: [PATCH] chore(deps): Bump automattic/vip-container-images/alpine in /mu-plugins Bumps automattic/vip-container-images/alpine from `fb7292d` to `9c3f9e1`. --- updated-dependencies: - dependency-name: automattic/vip-container-images/alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mu-plugins/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu-plugins/Dockerfile b/mu-plugins/Dockerfile index d9179000..2fd8f169 100644 --- a/mu-plugins/Dockerfile +++ b/mu-plugins/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/automattic/vip-container-images/alpine:3.20.2@sha256:fb7292d1795e603456c144c2f910e45873c4e549d10fc817ab83b1cb9d12b52a AS build +FROM ghcr.io/automattic/vip-container-images/alpine:3.20.2@sha256:9c3f9e1e1b84ca2acd715a2c9965bea0b8459f0e3267d7612d9c1da5ed7e9e20 AS build RUN apk add --no-cache git && mkdir -p /mu-plugins RUN git clone --depth 1 https://github.com/Automattic/vip-go-mu-plugins-ext /mu-plugins-ext @@ -10,7 +10,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 -FROM ghcr.io/automattic/vip-container-images/alpine:3.20.2@sha256:fb7292d1795e603456c144c2f910e45873c4e549d10fc817ab83b1cb9d12b52a +FROM ghcr.io/automattic/vip-container-images/alpine:3.20.2@sha256:9c3f9e1e1b84ca2acd715a2c9965bea0b8459f0e3267d7612d9c1da5ed7e9e20 RUN install -d -m 0755 /shared COPY --from=build /mu-plugins /mu-plugins