fix: update pnpm version to 10.4.1 in Dockerfile

This commit is contained in:
zhao
2026-05-08 17:25:09 +08:00
parent f1b23daac3
commit 1592162c5d

View File

@@ -2,7 +2,7 @@ FROM --platform=${BUILDPLATFORM} node:22-slim AS frontend
WORKDIR /frontend
COPY frontend /frontend
RUN npm install -g pnpm && \
RUN npm install -g pnpm@10.4.1 && \
pnpm install && \
pnpm run build