From 37259fcfc84efd48f4db4ec531f046a8507cfe6f Mon Sep 17 00:00:00 2001 From: Wei Tingjiang Date: Fri, 26 Apr 2024 09:47:58 +0800 Subject: [PATCH] Update pnpm version to 9.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e97b1489d83..7ca3baba6335 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG name ARG proxy RUN [ -z "$proxy" ] || sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories -RUN apk add --no-cache libc6-compat && npm install -g pnpm@8.6.0 +RUN apk add --no-cache libc6-compat && npm install -g pnpm@9.0.6 # if proxy exists, set proxy RUN [ -z "$proxy" ] || pnpm config set registry https://registry.npmmirror.com