Skip to content

Commit ddf68cc

Browse files
chore(deps): Bump automattic/vip-container-images/alpine in /wordpress
Bumps automattic/vip-container-images/alpine from `2ada641` to `42ee5e5`. --- 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 146801f commit ddf68cc

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)