Skip to content

Commit

Permalink
DEV: Force PNPM v9 to be installed. (#937)
Browse files Browse the repository at this point in the history
Before upgrading PNPM to v10, we need to get Docker builds running again, so this change temporarily forces PNPM v9 to be installed.
  • Loading branch information
pento authored Feb 4, 2025
1 parent 98f470f commit e570a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e570a8c

Please sign in to comment.