You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: wordpress/Dockerfile
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# syntax=docker/dockerfile:1.7
2
-
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311 AS build
2
+
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3 AS build
3
3
ARG WP_GIT_REF
4
4
RUN apk add --no-cache git git-subtree patch
5
5
RUN mkdir /wordpress
@@ -18,7 +18,7 @@ RUN \
18
18
19
19
COPY extra/ /wordpress/wordpress/
20
20
21
-
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311
21
+
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3
0 commit comments