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