Skip to content

Commit 247c71a

Browse files
DEV: Bump pnpm to v10, and remove global terser/uglifyjs (#1015)
1 parent acb7a3b commit 247c71a

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
@@ -103,7 +103,7 @@ RUN sed -i "s/^# $LANG/$LANG/" /etc/locale.gen; \
103103
locale-gen
104104

105105
RUN --mount=type=tmpfs,target=/root/.npm \
106-
npm install -g terser uglify-js pnpm@9
106+
npm install -g pnpm@10
107107

108108
COPY --from=nginx_builder /usr/sbin/nginx /usr/sbin
109109

0 commit comments

Comments
 (0)