Skip to content

Commit 686ba2d

Browse files
committed
fix(docker): update pnpm version in alpine Dockerfile
- Changed pnpm version to 10.30.3 in the alpine Dockerfile to ensure compatibility with the latest features and fixes.
1 parent 6d5404f commit 686ba2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/docker/alpine.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN apk add --update --no-cache bash wget cmake musl-dev clang llvm build-base p
1818
apk upgrade
1919

2020
RUN rustup-init -y && \
21-
yarn global add pnpm lerna && \
21+
yarn global add pnpm@10.30.3 lerna && \
2222
rustup target add aarch64-unknown-linux-musl && \
2323
wget https://github.com/napi-rs/napi-rs/releases/download/linux-musl-cross%4010/aarch64-linux-musl-cross.tgz && \
2424
tar -xvf aarch64-linux-musl-cross.tgz && \
25-
rm aarch64-linux-musl-cross.tgz
25+
rm aarch64-linux-musl-cross.tgz

0 commit comments

Comments
 (0)