Skip to content

Commit 0119247

Browse files
authored
Merge pull request #972 from Automattic/dependabot/docker/wordpress/automattic/vip-container-images/alpine-2ada641
chore(deps): Bump automattic/vip-container-images/alpine from `1f0ea95` to `2ada641` in /wordpress
2 parents be534ec + 557f64e commit 0119247

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:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311 AS build
2+
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3 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:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311
21+
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3
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)