Skip to content

Commit 80feac5

Browse files
committed
ci: dockerfile pnpm version Refs: RATY-357
1 parent 2828852 commit 80feac5

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
@@ -6,7 +6,7 @@ WORKDIR /app
66
USER root
77

88
# Install pnpm
9-
RUN npm install -g pnpm@11.1.3
9+
RUN npm install -g pnpm@11.9.0
1010

1111
# Install dependencies
1212
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml /app/

0 commit comments

Comments
 (0)