- 将 Alpine Linux 基础镜像从 3.16 升级到 3.18 - 更新 Alpine Linux镜像源为国内 ustc镜像
@@ -20,7 +20,7 @@ RUN export GOPROXY=https://goproxy.cn,direct && go mod tidy && go build -ldflags
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