fix: pin to pnpm 9
This commit is contained in:
parent
287ac2dff0
commit
316e5b501f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM node:20-alpine AS build
|
FROM node:20-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm@9
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
COPY patches ./patches
|
COPY patches ./patches
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue