Skip to content

Commit

Permalink
build: adopt chainguard busybox image as base for linode-tagger conta…
Browse files Browse the repository at this point in the history
…iner

Chainguard is awesome.

This adopts the chainguard busybox image as the base image when building
tagger's container for release image builds.
  • Loading branch information
tjhop committed Aug 9, 2024
1 parent 7d68e4b commit 906426f
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 tagger /usr/bin/tagger
Expand Down

0 comments on commit 906426f

Please sign in to comment.