Skip to content

Commit

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

0 comments on commit 71b138e

Please sign in to comment.