From f6419753ea9b586df36cb40335b3b98a643d865d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 08:13:10 +0000 Subject: [PATCH] chore(deps): update dependency busybox to v1.35.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d03d96e0..03bc9880 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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