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 21043c5 commit 41d369cCopy full SHA for 41d369c
Dockerfile
@@ -69,7 +69,7 @@ RUN npm install -g --ignore-scripts yarn@${YARN_VERSION} && \
69
# Install pnpm
70
71
# renovate: datasource=github-tags depName=pnpm/pnpm extractVersion=^v(?<version>.*)$
72
-ENV PNPM_VERSION=10.20.0
+ENV PNPM_VERSION=10.21.0
73
74
RUN npm install -g --ignore-scripts pnpm@${PNPM_VERSION} && \
75
npm cache clean --force && \
0 commit comments