Skip to content

Commit

Permalink
Fix certificates for scratch Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cycneuramus committed Mar 13, 2024
1 parent 99be3d8 commit 6569e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN go build -buildvcs=false -ldflags="-w -s" -o ./cloudflare-dns-failover
FROM scratch

COPY --from=builder /build/cloudflare-dns-failover /bin/cloudflare-dns-failover
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENTRYPOINT ["/bin/cloudflare-dns-failover"]

0 comments on commit 6569e95

Please sign in to comment.