File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:7f0b3ab3d6bdbe969e654b62b8f9c65bfc976d9b6778c18303415220e15944e6 AS build
1
+ FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:4c3d39b993047686779ccbb41ee3fbd95dfd4305b0ba7634b99e98233e017022 AS build
2
2
ARG WP_GIT_REF
3
3
RUN apk add --no-cache git git-subtree patch
4
4
RUN mkdir /wordpress
17
17
18
18
COPY extra/ /wordpress/wordpress/
19
19
20
- FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:7f0b3ab3d6bdbe969e654b62b8f9c65bfc976d9b6778c18303415220e15944e6
20
+ FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:4c3d39b993047686779ccbb41ee3fbd95dfd4305b0ba7634b99e98233e017022
21
21
COPY --from=build /wordpress/wordpress/ /wp/
22
22
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
23
23
ENTRYPOINT ["/usr/local/bin/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments