Skip to content

Commit

Permalink
chore(deps): Bump busybox from 0fc05e4 to b4771ab in /mu-plugins
Browse files Browse the repository at this point in the history
Bumps busybox from `0fc05e4` to `b4771ab`.

---
updated-dependencies:
- dependency-name: busybox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent b2b7a25 commit d85a257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-plugins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN rsync -a -r --delete --exclude-from="/mu-plugins-ext/.dockerignore" --exclud
RUN mkdir /shared

FROM ghcr.io/automattic/vip-container-images/helpers:v1@sha256:9f77c3da2ca0394d5846a9fc4195041f59ff5821ea6a7aaa43a08f15d28bf1eb AS helpers
FROM busybox:stable-musl@sha256:0fc05e424940109068f4d6562b699da2563cd8521a35d7b216a5b0c51fb29281
FROM busybox:stable-musl@sha256:b4771ab006a5344931341972e1e4b1ff14db2c327eeab0053416aa2277213b1d

COPY --from=build --link /shared /shared
COPY --from=helpers /rsync /usr/bin/rsync
Expand Down

0 comments on commit d85a257

Please sign in to comment.