fix(docker): downgrade pnpm version to 10.33.4 for compatibility
This commit is contained in:
parent
3214080afc
commit
2405ea6ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN cp "$(command -v nats-server)" /tmp/nats-server
|
|||
FROM node:lts-slim AS app-builder
|
||||
|
||||
# Install pnpm globally
|
||||
RUN npm install -g pnpm@11.1.2
|
||||
RUN npm install -g pnpm@10.33.4
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Reference in a new issue