chore: bump pnpm to v10 in web dockerfile (#17611)
This commit is contained in:
parent
5a6219c726
commit
be3ebea45b
4 changed files with 7 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ LABEL maintainer="takatost@gmail.com"
|
|||
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
RUN npm install -g pnpm@9.12.2
|
||||
RUN npm install -g pnpm@10.8.0
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue