Skip to content

Commit

Permalink
Update pnpm version to 9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdlzg committed Apr 26, 2024
1 parent 9e20d62 commit 37259fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG name
ARG proxy

RUN [ -z "$proxy" ] || sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk add --no-cache libc6-compat && npm install -g pnpm@8.6.0
RUN apk add --no-cache libc6-compat && npm install -g pnpm@9.0.6
# if proxy exists, set proxy
RUN [ -z "$proxy" ] || pnpm config set registry https://registry.npmmirror.com

Expand Down

0 comments on commit 37259fc

Please sign in to comment.