diff --git a/Dockerfile b/Dockerfile index d8b5b6b6c..7e0428881 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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