Skip to content

Commit e570a8c

Browse files
authored
DEV: Force PNPM v9 to be installed. (#937)
Before upgrading PNPM to v10, we need to get Docker builds running again, so this change temporarily forces PNPM v9 to be installed.
1 parent 98f470f commit e570a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN sed -i "s/^# $LANG/$LANG/" /etc/locale.gen; \
9898
locale-gen
9999

100100
RUN --mount=type=tmpfs,target=/root/.npm \
101-
npm install -g terser uglify-js pnpm
101+
npm install -g terser uglify-js pnpm@9
102102

103103
COPY --from=nginx_builder /usr/sbin/nginx /usr/sbin
104104

0 commit comments

Comments
 (0)