Skip to content

Commit ae9e261

Browse files
authored
Merge pull request #725 from Automattic/dependabot/docker/wordpress/automattic/vip-container-images/alpine-4c3d39b
chore(deps): Bump automattic/vip-container-images/alpine from `7f0b3ab` to `4c3d39b` in /wordpress
2 parents 962d4b2 + c58dc02 commit ae9e261

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:7f0b3ab3d6bdbe969e654b62b8f9c65bfc976d9b6778c18303415220e15944e6 AS build
1+
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:4c3d39b993047686779ccbb41ee3fbd95dfd4305b0ba7634b99e98233e017022 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:7f0b3ab3d6bdbe969e654b62b8f9c65bfc976d9b6778c18303415220e15944e6
20+
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.1@sha256:4c3d39b993047686779ccbb41ee3fbd95dfd4305b0ba7634b99e98233e017022
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)