mirror of
https://github.com/langgenius/dify.git
synced 2025-06-27 05:30:04 +00:00
chore: update pnpm version to 10.11.1 (#20573)
This commit is contained in:
parent
744159a079
commit
db83bfc53a
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
npm add -g pnpm@10.8.0
|
||||
npm add -g pnpm@10.11.1
|
||||
cd web && pnpm install
|
||||
pipx install uv
|
||||
|
||||
|
@ -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@10.8.0
|
||||
RUN npm install -g pnpm@10.11.1
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user