2
0

🐳 Fix pnpm install version

This commit is contained in:
Baptiste Arnaud
2024-05-01 08:56:37 +02:00
parent 7efb79d581
commit 87653f8e10
2 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get -qy update \
&& apt-get autoremove -yq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN npm --global install pnpm
RUN npm --global install pnpm@8
FROM base AS pruner
RUN npm --global install turbo@1.11.3