Skip to content

Commit 031f311

Browse files
committed
pin pnpm version for build
1 parent 65d04bc commit 031f311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN microdnf -y install nodejs tar gzip && \
2828
microdnf clean all && \
2929
npm install -g corepack && \
3030
corepack enable && \
31-
corepack prepare pnpm@latest --activate
31+
corepack prepare pnpm@11.18.0 --activate
3232

3333
# Set working directory for the monorepo
3434
WORKDIR /monorepo

0 commit comments

Comments
 (0)