Skip to content

Commit

Permalink
chore(deps): update dependency busybox to v1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 56b08d0 commit f641975
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 @@ -38,7 +38,7 @@ RUN go build -a \
FROM scratch AS final

# copy 1 MiB busybox executable
COPY --from=busybox:1.32.0 /bin/busybox /bin/busybox
COPY --from=busybox:1.35.0 /bin/busybox /bin/busybox

# copy dumb-ini from micro
COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init
Expand Down

0 comments on commit f641975

Please sign in to comment.