Skip to content

Commit

Permalink
chore(deps): update busybox to 1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jun 19, 2023
1 parent c07b0d8 commit de9e4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN cp /usr/share/ca-certificates/mozilla/* /cit/ssl/certs/

FROM scratch

COPY --from=busybox:1.34.1-musl /bin /busybox
COPY --from=busybox:1.36.1-musl /bin /busybox
# Declare /busybox as a volume to get it automatically in the path to ignore
VOLUME /busybox

Expand Down

0 comments on commit de9e4e8

Please sign in to comment.