Skip to content

Commit

Permalink
feat: add ca-certificates for release version
Browse files Browse the repository at this point in the history
  • Loading branch information
matzegebbe committed Sep 4, 2023
1 parent f57a269 commit 6a57abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM scratch
COPY web-jwks-validator /
RUN apk --no-cache add ca-certificates
ENTRYPOINT ["/web-jwks-validator"]

0 comments on commit 6a57abf

Please sign in to comment.