diff --git a/wordpress/Dockerfile b/wordpress/Dockerfile index 370f2df6..16f505d8 100644 --- a/wordpress/Dockerfile +++ b/wordpress/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.7 -FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:8e5863007aca82e8c7094c8cc7283a0b70aff6e6842f31e90c6f1b07e14444ff AS build +FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311 AS build ARG WP_GIT_REF RUN apk add --no-cache git git-subtree patch RUN mkdir /wordpress @@ -18,7 +18,7 @@ RUN \ COPY extra/ /wordpress/wordpress/ -FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:8e5863007aca82e8c7094c8cc7283a0b70aff6e6842f31e90c6f1b07e14444ff +FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311 COPY --from=build /wordpress/wordpress/ /wp/ COPY entrypoint.sh /usr/local/bin/entrypoint.sh ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]