Skip to content

Commit

Permalink
Merge pull request #854 from Automattic/dependabot/docker/mu-plugins/…
Browse files Browse the repository at this point in the history
…automattic/vip-container-images/alpine-9c3f9e1

chore(deps): Bump automattic/vip-container-images/alpine from `fb7292d` to `9c3f9e1` in /mu-plugins
  • Loading branch information
sjinks authored Aug 12, 2024
2 parents b9a04e5 + e133ab5 commit f21a2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mu-plugins/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit f21a2e9

Please sign in to comment.