|
@@ -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 ${REGISTRY}/alpine:3.16
|
|
|
|
|
|
+FROM ${REGISTRY}/alpine:3.18
|
|
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
|
|
|
|
|
|
|
|
|