We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc16d4f + c534f84 commit 60314bdCopy full SHA for 60314bd
Dockerfile
@@ -38,7 +38,7 @@ RUN go build -a \
38
FROM scratch AS final
39
40
# copy 1 MiB busybox executable
41
-COPY --from=busybox:1.31.1 /bin/busybox /bin/busybox
+COPY --from=busybox:1.32.0 /bin/busybox /bin/busybox
42
43
# copy dumb-ini from micro
44
COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init
0 commit comments