|
@@ -20,7 +20,7 @@ RUN export GOPROXY=https://goproxy.cn,direct && go mod tidy && go build -ldflags
|
|
RUN mv config /data/app/bin/
|
|
RUN mv config /data/app/bin/
|
|
|
|
|
|
|
|
|
|
-FROM alpine:3.16
|
|
|
|
|
|
+FROM registry.cn-hangzhou.aliyuncs.com/library/alpine:3.16
|
|
RUN set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
|
RUN set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
|
|
|
|
|
|
|
|