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.
1 parent 56b08d0 commit f641975Copy full SHA for f641975
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.32.0 /bin/busybox /bin/busybox
+COPY --from=busybox:1.35.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