Skip to content

Commit

Permalink
fix ssl certs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexopryshko committed Aug 20, 2021
1 parent 1983924 commit 908134b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM alpine:3.14 as builder
RUN apk update && apk upgrade && apk add --no-cache ca-certificates
RUN update-ca-certificates

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENTRYPOINT ["/selectel-exporter"]
COPY selectel-exporter /

0 comments on commit 908134b

Please sign in to comment.