Skip to content

Commit

Permalink
chore(deps): update busybox docker tag to v1.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 60314bd commit 570be18
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.33.1 /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 570be18

Please sign in to comment.