fix: add CA certificates
This commit is contained in:
@@ -23,5 +23,6 @@ FROM scratch as export
|
|||||||
COPY --from=build /build/coverage.txt /
|
COPY --from=build /build/coverage.txt /
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=build /release/handler /
|
COPY --from=build /release/handler /
|
||||||
CMD ["/handler"]
|
CMD ["/handler"]
|
||||||
|
|||||||
Reference in New Issue
Block a user