DEV: Force PNPM v9 to be installed.

This commit is contained in:
Gary 2025-02-04 17:37:59 +11:00
parent 98f470fc25
commit c8ea3bbe2c
No known key found for this signature in database
GPG Key ID: 3599983A643EDC70
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ RUN sed -i "s/^# $LANG/$LANG/" /etc/locale.gen; \
locale-gen
RUN --mount=type=tmpfs,target=/root/.npm \
npm install -g terser uglify-js pnpm
npm install -g terser uglify-js pnpm@9
COPY --from=nginx_builder /usr/sbin/nginx /usr/sbin