Skip to content

Commit

Permalink
Add ca certs back into Docker image (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahParks authored Aug 18, 2024
1 parent 17cffe8 commit 0077150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags "-s -w" -o jwksetcom -trimpath cmd/server/*.go

FROM scratch
# CA certificates required for reCAPTCHA verification on jwkset.com
FROM alpine:latest
COPY --from=builder /app/jwksetcom /jwksetcom
USER 10001
ENV CONFIG_JSON='{}'
Expand Down

0 comments on commit 0077150

Please sign in to comment.