Skip to content

Commit 2599304

Browse files
authored
Merge pull request #11 from linuxserver/pin-pnpm
Pin pnpm to v9
2 parents 798e6af + 290849d commit 2599304

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN \
3030
/tmp/planka.tar.gz -C \
3131
/build --strip-components=1 && \
3232
cd /build/server && \
33-
npm install pnpm --global && \
33+
npm install pnpm@9 --global && \
3434
pnpm import && \
3535
pnpm install --prod && \
3636
cd /build/client && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN \
3030
/tmp/planka.tar.gz -C \
3131
/build --strip-components=1 && \
3232
cd /build/server && \
33-
npm install pnpm --global && \
33+
npm install pnpm@9 --global && \
3434
pnpm import && \
3535
pnpm install --prod && \
3636
cd /build/client && \

0 commit comments

Comments
 (0)