Skip to content

Commit 4e7c129

Browse files
authored
Merge pull request #652 from Automattic/dependabot/docker/wordpress/automattic/vip-container-images/alpine-6a12dc5
chore(deps): Bump automattic/vip-container-images/alpine from `de90e96` to `6a12dc5` in /wordpress
2 parents 1383a66 + 3d7f0b4 commit 4e7c129

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,4 +1,4 @@
1-
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:de90e96f3993ea1b83d12e77b1ea83937f3d01517f47dfacd02f68e4b7a825bc AS build
1+
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:6a12dc5c6b0ad56488442120d1aac93da9f240ee1fe7f3249db0195f7d1d0c88 AS build
22
ARG WP_GIT_REF
33
RUN apk add --no-cache git git-subtree patch
44
RUN mkdir /wordpress
@@ -17,7 +17,7 @@ RUN \
1717

1818
COPY extra/ /wordpress/wordpress/
1919

20-
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:de90e96f3993ea1b83d12e77b1ea83937f3d01517f47dfacd02f68e4b7a825bc
20+
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:6a12dc5c6b0ad56488442120d1aac93da9f240ee1fe7f3249db0195f7d1d0c88
2121
COPY --from=build /wordpress/wordpress/ /wp/
2222
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
2323
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)