This commit is contained in:
Akshit Agrawal
2024-01-29 11:03:49 +05:30
parent 88fd4666c8
commit 3654e15281
2 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
FROM alpine:latest
FROM alpine:latest as builder
RUN apk --no-cache add ca-certificates
FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
ENV GODEBUG netdns=go