Skip to content

Commit 626d652

Browse files
committed
build: pin pnpm version in Dockerfile
1 parent 70f37ca commit 626d652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM ${NODE_IMAGE} AS frontend-builder
2121
WORKDIR /app/frontend
2222

2323
# Install pnpm
24-
RUN corepack enable && corepack prepare pnpm@latest --activate
24+
RUN corepack enable && corepack prepare pnpm@9.15.9 --activate
2525

2626
# Install dependencies first (better caching)
2727
COPY frontend/package.json frontend/pnpm-lock.yaml ./

0 commit comments

Comments
 (0)