Skip to content

Commit f641975

Browse files
committed
chore(deps): update dependency busybox to v1.35.0
1 parent 56b08d0 commit f641975

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.32.0 /bin/busybox /bin/busybox
41+
COPY --from=busybox:1.35.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)