From 3fe9ec69880915103d93aa6e1ce9e5354f183df9 Mon Sep 17 00:00:00 2001 From: CJL6015 <1253368419@qq.com> Date: Sat, 17 May 2025 12:59:20 +0800 Subject: [PATCH] chore: 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 . .