This commit is contained in:
2025-09-28 13:51:19 +08:00
parent 1d55401574
commit 65636782af

View File

@@ -11,6 +11,7 @@ COPY main.go ./
RUN go build -o api
FROM alpine:3.20 AS certs
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk add --no-cache ca-certificates
FROM scratch