diff --git a/Dockerfile b/Dockerfile index efc7fe77..d03d96e0 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.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