Skip to content

Commit

Permalink
trust certs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoschutijzer committed Jan 7, 2024
1 parent 18482d9 commit 23229fe
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 @@ -9,6 +9,7 @@ RUN go build -o torvalds cmd/cli/main.go

FROM scratch

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /dist/torvalds /

CMD ["/torvalds"]

0 comments on commit 23229fe

Please sign in to comment.