Skip to content

Commit

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

chore(deps): Bump automattic/vip-container-images/alpine from 3.20.0 to 3.20.1 in /wordpress
  • Loading branch information
sjinks authored Jul 1, 2024
2 parents e6db46b + 970ddd2 commit 0ec4a76
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.0@sha256:0a542e7f28185eb313c89eeed7f7abdc6baab3bcc9ac6e0709f307be6a59a954 AS build
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.1@sha256:2959058d3f7a7765fd6676b154e9def4dfa16c6b1daa0caad98eebbdf052d2bf 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.0@sha256:0a542e7f28185eb313c89eeed7f7abdc6baab3bcc9ac6e0709f307be6a59a954
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.1@sha256:2959058d3f7a7765fd6676b154e9def4dfa16c6b1daa0caad98eebbdf052d2bf
COPY --from=build /wordpress/wordpress/ /wp/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 0ec4a76

Please sign in to comment.