Skip to content

Commit

Permalink
chore(deps): Bump automattic/vip-container-images/alpine in /wordpress
Browse files Browse the repository at this point in the history
Bumps automattic/vip-container-images/alpine from `1f0ea95` to `2ada641`.

---
updated-dependencies:
- dependency-name: automattic/vip-container-images/alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d205808 commit 557f64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.7
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3 AS build
ARG WP_GIT_REF
RUN apk add --no-cache git git-subtree patch
RUN mkdir /wordpress
Expand All @@ -18,7 +18,7 @@ RUN \

COPY extra/ /wordpress/wordpress/

FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:1f0ea95af9b743aee4245da27f034beed98ebda51d57df6123e65be6a132b311
FROM ghcr.io/automattic/vip-container-images/alpine:3.20.3@sha256:2ada641f80c002a858313872ea3c0911e51f1732bb97595ee5073bb49cdbf1e3
COPY --from=build /wordpress/wordpress/ /wp/
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit 557f64e

Please sign in to comment.