🎨 Upgrade docker image node version to 16
This commit is contained in:
parent
55787942c7
commit
3f38302731
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:16 as NODE_BUILD
|
||||
FROM node:21 as NODE_BUILD
|
||||
WORKDIR /go/src/github.com/siyuan-note/siyuan/
|
||||
ADD . /go/src/github.com/siyuan-note/siyuan/
|
||||
RUN cd app && npm install -g pnpm && pnpm install && pnpm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue