Skip to content

Commit

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

chore(deps): Bump automattic/vip-container-images/alpine from 3.20.2 to 3.20.3 in /wordpress
  • Loading branch information
sjinks authored Sep 9, 2024
2 parents cb705ac + 7875e22 commit abe4e02
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:e3eae9b00692dc279d7efa683c44bd7ac4b0f5abcc9d96c4ba11f03851db9d95 AS build
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:69689b7134f1559bae811cdf06829b55410c7d389af8913fbb041518c3ef0b12 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:e3eae9b00692dc279d7efa683c44bd7ac4b0f5abcc9d96c4ba11f03851db9d95
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:69689b7134f1559bae811cdf06829b55410c7d389af8913fbb041518c3ef0b12
COPY --from=build /wordpress/wordpress/ /wp/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit abe4e02

Please sign in to comment.