Skip to content

Commit 60314bd

Browse files
authored
Merge pull request #145 from xmlking/renovate/docker-busybox-1.x
chore(deps): update busybox docker tag to v1.32.0
2 parents dc16d4f + c534f84 commit 60314bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN go build -a \
3838
FROM scratch AS final
3939

4040
# copy 1 MiB busybox executable
41-
COPY --from=busybox:1.31.1 /bin/busybox /bin/busybox
41+
COPY --from=busybox:1.32.0 /bin/busybox /bin/busybox
4242

4343
# copy dumb-ini from micro
4444
COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init

0 commit comments

Comments
 (0)