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 `1a3f875` to `ba68eca`.

---
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 Jan 22, 2024
1 parent e5a59b6 commit c1b1001
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,4 +1,4 @@
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.0@sha256:1a3f8755404f7f8dd05ac461f6026dd442b383400cf676888d8ba7ff0bcfa682 AS build
FROM ghcr.io/automattic/vip-container-images/alpine:3.19.0@sha256:ba68ecabb1fbe577d6b5fdf86c37ac62387d7325ec7aafbe15b3f0e17905b484 AS build
ARG WP_GIT_REF
RUN apk add --no-cache git git-subtree patch
RUN mkdir /wordpress
Expand All @@ -17,7 +17,7 @@ RUN \

COPY extra/ /wordpress/wordpress/

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

0 comments on commit c1b1001

Please sign in to comment.