We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f97db commit fbd5a1eCopy full SHA for fbd5a1e
Dockerfile
@@ -21,7 +21,7 @@ COPY . .
21
RUN --mount=type=cache,target=/root/.cache/go-build TARGETOS=${TARGETOS} TARGETARCH=${TARGETARCH} make
22
23
# final image
24
-FROM scratch
+FROM busybox:1.36
25
# copy certificates
26
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
27
# copy the binary to the production image from the builder stage.
0 commit comments