Skip to content

Commit

Permalink
Merge pull request #145 from xmlking/renovate/docker-busybox-1.x
Browse files Browse the repository at this point in the history
chore(deps): update busybox docker tag to v1.32.0
  • Loading branch information
xmlking authored Sep 25, 2020
2 parents dc16d4f + c534f84 commit 60314bd
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.31.1 /bin/busybox /bin/busybox
COPY --from=busybox:1.32.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 60314bd

Please sign in to comment.