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:42ee5e50414b7c636fa5ee8b0d1c6b0219bb413285e4110178b16416711f52c9 AS build
2
+
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:b51a674239f29a14c88c63d5e200ad91b503e4e90eb4f8e09532bc1da22f8255 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:42ee5e50414b7c636fa5ee8b0d1c6b0219bb413285e4110178b16416711f52c9
21
+
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:b51a674239f29a14c88c63d5e200ad91b503e4e90eb4f8e09532bc1da22f8255
0 commit comments