Skip to content

Commit

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

chore(deps): Bump automattic/vip-container-images/alpine from `64452e6` to `6b50cbf` in /wordpress
  • Loading branch information
sjinks authored Nov 6, 2023
2 parents c013a52 + 8a696ae commit 685b0e5
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.4@sha256:64452e6bfb86497fa82b563e7aee80adab5201d6b51800caf64bd8c550eef46e AS build
FROM ghcr.io/automattic/vip-container-images/alpine:3.18.4@sha256:6b50cbfe31bd2f0162c8b7924fd14bd58a7b2a07ca51d641d952deb7306762ac 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.4@sha256:64452e6bfb86497fa82b563e7aee80adab5201d6b51800caf64bd8c550eef46e
FROM ghcr.io/automattic/vip-container-images/alpine:3.18.4@sha256:6b50cbfe31bd2f0162c8b7924fd14bd58a7b2a07ca51d641d952deb7306762ac
COPY --from=build /wordpress/wordpress/ /wp/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 685b0e5

Please sign in to comment.