Skip to content

Commit fbd5a1e

Browse files
committed
busybox base image (need for demo)
1 parent 08f97db commit fbd5a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY . .
2121
RUN --mount=type=cache,target=/root/.cache/go-build TARGETOS=${TARGETOS} TARGETARCH=${TARGETARCH} make
2222

2323
# final image
24-
FROM scratch
24+
FROM busybox:1.36
2525
# copy certificates
2626
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2727
# copy the binary to the production image from the builder stage.

0 commit comments

Comments
 (0)