Skip to content

Commit

Permalink
build: adopt chainguard busybox image as base for mango container
Browse files Browse the repository at this point in the history
Chainguard is awesome.

This adopts the chainguard busybox image as the base image when building
mango's container/for release image builds.
  • Loading branch information
tjhop committed Aug 4, 2024
1 parent f898f92 commit fcdb234
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
@@ -1,7 +1,7 @@
FROM alpine:latest as certs
RUN apk update && apk add ca-certificates

FROM busybox:latest
FROM cgr.dev/chainguard/busybox:latest
COPY --from=certs /etc/ssl/certs /etc/ssl/certs

COPY mango /usr/bin/mango
Expand Down

0 comments on commit fcdb234

Please sign in to comment.