diff --git a/mu-plugins/Dockerfile b/mu-plugins/Dockerfile index 9908b9ac..78070cef 100644 --- a/mu-plugins/Dockerfile +++ b/mu-plugins/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.7 -FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:554a468a641614c648f1fffdc21d2b76dfa598f28fd2a3bf71435532897312e6 AS build +FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:c67d7460ba70b45bb0d887a5fa6b5449a1c1c453b792bfcf67e643a341c1ca64 AS build RUN apk add --no-cache git && mkdir -p /mu-plugins RUN git clone --depth 1 --single-branch https://github.com/Automattic/vip-go-mu-plugins-ext /mu-plugins-ext @@ -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 -FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:554a468a641614c648f1fffdc21d2b76dfa598f28fd2a3bf71435532897312e6 +FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:c67d7460ba70b45bb0d887a5fa6b5449a1c1c453b792bfcf67e643a341c1ca64 RUN install -d -m 0755 /shared COPY --from=build /mu-plugins /mu-plugins