Skip to content

Commit a47f3a1

Browse files
authored
Merge pull request #981 from Automattic/dependabot/docker/mu-plugins/automattic/vip-container-images/alpine-42ee5e5
chore(deps): Bump automattic/vip-container-images/alpine from `2ada641` to `42ee5e5` in /mu-plugins
2 parents 146801f + 865f6cc commit a47f3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mu-plugins/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7
2-
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3 AS build
2+
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:42ee5e50414b7c636fa5ee8b0d1c6b0219bb413285e4110178b16416711f52c9 AS build
33

44
RUN apk add --no-cache git && mkdir -p /mu-plugins
55
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
1111
RUN rsync -a -r --delete --exclude-from="/mu-plugins-ext/.dockerignore" --exclude-from="/mu-plugins-ext/.devenvignore" /mu-plugins-ext/* /mu-plugins
1212

1313

14-
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3
14+
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:42ee5e50414b7c636fa5ee8b0d1c6b0219bb413285e4110178b16416711f52c9
1515

1616
RUN install -d -m 0755 /shared
1717
COPY --from=build /mu-plugins /mu-plugins

0 commit comments

Comments
 (0)