From 054caa77214d369ae61de529740c5392bf42b66c Mon Sep 17 00:00:00 2001 From: yhl452493373 Date: Sat, 22 Nov 2025 16:32:38 +0800 Subject: [PATCH] =?UTF-8?q?launcher=E6=9E=84=E5=BB=BA=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BA=E5=BE=AE=E8=BD=AF=E7=9A=84dotnet=20?= =?UTF-8?q?sdk=209.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-launcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-launcher.sh b/build-launcher.sh index 4ee9b63..f12b035 100644 --- a/build-launcher.sh +++ b/build-launcher.sh @@ -170,7 +170,7 @@ fi chmod a+x bin/* # 添加容器镜像和构建脚本 -DOCKER_CMD="$DOCKER_CMD refringe/spt-build-dotnet:2.1.0" +DOCKER_CMD="$DOCKER_CMD mcr.microsoft.com/dotnet/sdk:9.0" DOCKER_CMD="$DOCKER_CMD /build.sh" DOCKER_CMD="$DOCKER_CMD \"$DATE_TIME\"" DOCKER_CMD="$DOCKER_CMD \"$SPT_VERSION\"" @@ -197,7 +197,7 @@ eval $DOCKER_CMD # -v "./build.sh:/build.sh:ro" \ # -v "./bin/zip:/usr/bin/zip:ro" \ # -v "./bin/unzip:/usr/bin/unzip:ro" \ -# refringe/spt-build-dotnet:2.1.0 \ +# mcr.microsoft.com/dotnet/sdk:9.0 \ # /build.sh \ # "$DATE_TIME" \ # "$SPT_VERSION" \