We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2828852 commit 80feac5Copy full SHA for 80feac5
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
USER root
7
8
# Install pnpm
9
-RUN npm install -g pnpm@11.1.3
+RUN npm install -g pnpm@11.9.0
10
11
# Install dependencies
12
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml /app/
0 commit comments