Skip to content

Commit 6f096a9

Browse files
Update dependency pnpm/pnpm to v10.18.0 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 644934a commit 6f096a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN npm install -g --ignore-scripts yarn@${YARN_VERSION} && \
6969
# Install pnpm
7070

7171
# renovate: datasource=github-tags depName=pnpm/pnpm extractVersion=^v(?<version>.*)$
72-
ENV PNPM_VERSION=10.17.1
72+
ENV PNPM_VERSION=10.18.0
7373

7474
RUN npm install -g --ignore-scripts pnpm@${PNPM_VERSION} && \
7575
npm cache clean --force && \

0 commit comments

Comments
 (0)