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 21f5333 commit b776fc6Copy full SHA for b776fc6
Dockerfile
@@ -5,8 +5,7 @@ ENV BUILD_HASH=${BUILD_HASH}
5
6
WORKDIR /app
7
8
-# remove when 10.12.4 released
9
-RUN npm install -g pnpm@10.12.1
+RUN npm install -g pnpm@latest-10
10
11
COPY package.json pnpm-lock.yaml .npmrc ./
12
0 commit comments