Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 06eb1d7

Browse files
Update dependency pnpm/pnpm to v10.18.3 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a993755 commit 06eb1d7

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.18.1
72+
ENV PNPM_VERSION=10.18.3
7373

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

0 commit comments

Comments
 (0)