From c4d37eda9f83f2d4b6167f0ad3ed9ea1f5a941e3 Mon Sep 17 00:00:00 2001 From: shanmite Date: Fri, 23 May 2025 09:42:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Dockerfile.pkg-arm64=E6=8D=A2=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.pkg-arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.pkg-arm64 b/Dockerfile.pkg-arm64 index 8021674..38798ca 100644 --- a/Dockerfile.pkg-arm64 +++ b/Dockerfile.pkg-arm64 @@ -5,7 +5,7 @@ WORKDIR /root/lottery RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \ apk add --no-cache curl -ENV DOWNLOAD_HOST=https://ghproxy.com/https://github.com \ +ENV DOWNLOAD_HOST=https://github.com \ RELEASE_TAG=v3.4 \ NODEV=18.5.0 \ PKG_CACHE_PATH=/root/.pkg-cache \