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 644934a commit 6f096a9Copy full SHA for 6f096a9
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.17.1
+ENV PNPM_VERSION=10.18.0
73
74
RUN npm install -g --ignore-scripts pnpm@${PNPM_VERSION} && \
75
npm cache clean --force && \
0 commit comments