Skip to content

Commit 780d2cd

Browse files
authored
Merge pull request #979 from Automattic/dependabot/docker/wordpress/automattic/vip-container-images/alpine-42ee5e5
chore(deps): Bump automattic/vip-container-images/alpine from `2ada641` to `42ee5e5` in /wordpress
2 parents a47f3a1 + ddf68cc commit 780d2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7
2-
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3 AS build
2+
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:42ee5e50414b7c636fa5ee8b0d1c6b0219bb413285e4110178b16416711f52c9 AS build
33
ARG WP_GIT_REF
44
RUN apk add --no-cache git git-subtree patch
55
RUN mkdir /wordpress
@@ -18,7 +18,7 @@ RUN \
1818

1919
COPY extra/ /wordpress/wordpress/
2020

21-
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3
21+
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:42ee5e50414b7c636fa5ee8b0d1c6b0219bb413285e4110178b16416711f52c9
2222
COPY --from=build /wordpress/wordpress/ /wp/
2323
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
2424
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)