From fdf8e39571f52e4f450bc8c4afc3370c76a1d60f Mon Sep 17 00:00:00 2001 From: CJL6015 <1253368419@qq.com> Date: Sun, 15 Jun 2025 17:38:37 +0800 Subject: [PATCH] feat: update pnpm version to 10.7.0 in Dockerfile --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index afb7ce9..e335f48 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -7,7 +7,7 @@ ENV PATH="$PNPM_HOME:$PATH" ENV NODE_OPTIONS=--max-old-space-size=8192 ENV TZ=Asia/Shanghai -RUN npm install -g pnpm@8.9.0 +RUN npm install -g pnpm@10.7.0 WORKDIR /app COPY . .