From 4dacee305b0e38857c7523ddd547f760b079bc1a Mon Sep 17 00:00:00 2001 From: chomoe <71968682+meng-fucius@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BAdocker=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=97=B6=E6=8C=87=E5=AE=9Apnpm=E7=89=88=E6=9C=AC=20(#80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e52f55f..685e958 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -49,7 +49,7 @@ RUN export BUNDLE_FFMPEG=${BUNDLE_FFMPEG:-true} \ \ && _NPM_MIRROR_FLAG="" \ && if [ "$USE_NPM_MIRROR"x = "true"x ]; then _NPM_MIRROR_FLAG="--registry=https://registry.npmmirror.com"; fi \ - && npm install pnpm -g $_NPM_MIRROR_FLAG \ + && npm install pnpm@7.30.0 -g $_NPM_MIRROR_FLAG \ \ && ((test "$BUNDLE_POETRY"x = "true"x \ && apt-get update \