Skip to content

Commit

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

chore(deps): Bump automattic/vip-container-images/alpine from `43e68e3` to `bbf7425` in /mu-plugins
  • Loading branch information
sjinks authored Jan 18, 2024
2 parents a501c73 + ff57ba1 commit 79a6b22
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.19.0@sha256:43e68e32a67c813ffa4ee5a9355a353d42a24e307474978b765b91ab942b4758 AS build
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.0@sha256:bbf7425566145062e41112a846d8f29e29e5c46dad2f7624baad877cd8a4b201 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.19.0@sha256:43e68e32a67c813ffa4ee5a9355a353d42a24e307474978b765b91ab942b4758
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.0@sha256:bbf7425566145062e41112a846d8f29e29e5c46dad2f7624baad877cd8a4b201

RUN install -d -m 0755 /shared
COPY --from=build /mu-plugins /mu-plugins
Expand Down

0 comments on commit 79a6b22

Please sign in to comment.