Skip to content

Commit

Permalink
Merge pull request #853 from Automattic/dependabot/docker/wordpress/a…
Browse files Browse the repository at this point in the history
…utomattic/vip-container-images/alpine-9c3f9e1

chore(deps): Bump automattic/vip-container-images/alpine from `fb7292d` to `9c3f9e1` in /wordpress
  • Loading branch information
sjinks authored Aug 12, 2024
2 parents f21a2e9 + 9183cd7 commit 886eacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress/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
ARG WP_GIT_REF
RUN apk add --no-cache git git-subtree patch
RUN mkdir /wordpress
Expand All @@ -17,7 +17,7 @@ RUN \

COPY extra/ /wordpress/wordpress/

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
COPY --from=build /wordpress/wordpress/ /wp/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 886eacd

Please sign in to comment.