bump weave version and regenerate lock

This commit is contained in:
Byron Wang
2026-02-10 17:40:22 +08:00
parent 615da29433
commit 065a69ced0
3 changed files with 58 additions and 69 deletions

View File

@ -72,6 +72,8 @@ RUN \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g npm@latest
RUN groupadd -r -g ${dify_uid} dify && \
useradd -r -u ${dify_uid} -g ${dify_uid} -s /bin/bash dify && \
chown -R dify:dify /app