Skip to content

Commit

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

chore(deps): Bump automattic/vip-container-images/alpine from 3.18.2 to 3.18.3 in /wordpress
  • Loading branch information
sjinks authored Aug 9, 2023
2 parents 7b2de1c + f1cab02 commit 5126cee
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.18.2@sha256:367c1c2028f27954eee67c4ce681459edb240044561848d013e079ad9cce6cff AS build
FROM ghcr.io/automattic/vip-container-images/alpine:3.18.3@sha256:3ce417e785786119ded6f22268ce321153a22a9aef2ec6f0ac44773a08bfc3d4 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.18.2@sha256:367c1c2028f27954eee67c4ce681459edb240044561848d013e079ad9cce6cff
FROM ghcr.io/automattic/vip-container-images/alpine:3.18.3@sha256:3ce417e785786119ded6f22268ce321153a22a9aef2ec6f0ac44773a08bfc3d4
COPY --from=build /wordpress/wordpress/ /wp/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 5126cee

Please sign in to comment.