Skip to content

Commit 816d879

Browse files
chore(deps): Bump automattic/vip-container-images/alpine in /wordpress
Bumps automattic/vip-container-images/alpine from `42ee5e5` to `b51a674`. --- updated-dependencies: - dependency-name: automattic/vip-container-images/alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ee69ed commit 816d879

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