Skip to content

Commit

Permalink
busybox base image (need for demo)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Sep 6, 2023
1 parent 08f97db commit fbd5a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . .
RUN --mount=type=cache,target=/root/.cache/go-build TARGETOS=${TARGETOS} TARGETARCH=${TARGETARCH} make

# final image
FROM scratch
FROM busybox:1.36
# copy certificates
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
# copy the binary to the production image from the builder stage.
Expand Down

0 comments on commit fbd5a1e

Please sign in to comment.