From 7ccb9b2cb2cece2ff9e79ff9475eebc2e5a15f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A5=AD=E5=9B=A2?= Date: Sat, 14 Mar 2026 23:09:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E7=94=A8=E8=85=BE=E8=AE=AF?= =?UTF-8?q?=E4=BA=91=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Dockerfile: 使用 ccr.ccs.tencentyun.com/library/node:18-alpine - 阿里云镜像仓库无 node 镜像 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index abdcbb5..3451757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# 使用阿里云镜像(国内可用) -FROM registry.cn-hangzhou.aliyuncs.com/library/node:18-alpine +# 使用腾讯云镜像(国内可用) +FROM ccr.ccs.tencentyun.com/library/node:18-alpine WORKDIR /app