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 b1b46a6 commit 29ba4cdCopy full SHA for 29ba4cd
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.15.1
+ENV PNPM_VERSION=10.17.0
73
74
RUN npm install -g --ignore-scripts pnpm@${PNPM_VERSION} && \
75
npm cache clean --force && \
0 commit comments