diff --git a/docker/Dockerfile b/docker/Dockerfile index f9e2712..71f9087 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@7.30.0 -g $_NPM_MIRROR_FLAG \ + && npm install pnpm -g $_NPM_MIRROR_FLAG \ \ && ((test "$BUNDLE_POETRY"x = "true"x \ && apt-get update \