diff --git a/wordpress/Dockerfile b/wordpress/Dockerfile index dd6d6337..55ca9978 100644 --- a/wordpress/Dockerfile +++ b/wordpress/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:9dc91d2344fb82783801aba97253aaef4eafae06dfd3117afe91be2a84463f00 AS build +FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:f2e3b4ccee503ab3b9c345eb99f3b2a89867a970e1639b1a9ee86060350d9c0d AS build ARG WP_GIT_REF RUN apk add --no-cache git git-subtree patch RUN mkdir /wordpress @@ -17,7 +17,7 @@ RUN \ COPY extra/ /wordpress/wordpress/ -FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:9dc91d2344fb82783801aba97253aaef4eafae06dfd3117afe91be2a84463f00 +FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:f2e3b4ccee503ab3b9c345eb99f3b2a89867a970e1639b1a9ee86060350d9c0d COPY --from=build /wordpress/wordpress/ /wp/ COPY entrypoint.sh /usr/local/bin/entrypoint.sh ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]