Skip to content

Commit

Permalink
🎨 Upgrade docker image node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 14, 2023
1 parent 5578794 commit 3f38302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f38302

Please sign in to comment.