From 01e38d7def2fbcbe6ff452c23ba5f21630b11dc2 Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Fri, 20 Jun 2025 17:03:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0Dockerfile=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BB=8Enode1.allinssl.com=E8=8E=B7=E5=8F=96allinssl?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ff4976..bdad71e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM frolvlad/alpine-glibc WORKDIR /www/allinssl/ RUN apk add --no-cache curl tzdata\ - && curl https://download.allinssl.com/bin/allinssl-$(uname -s)-$(uname -m).tar.gz | tar -xz -C /www/allinssl/ \ + && curl https://node1.allinssl.com/bin/allinssl-$(uname -s)-$(uname -m).tar.gz | tar -xz -C /www/allinssl/ \ && apk del curl ENV TZ=Asia/Shanghai RUN cat > /entrypoint.sh <<'EOF'