From ba4628f6aee0b3921e84b5e8a04c17156b28a3e3 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 27 May 2025 15:53:10 +0800 Subject: [PATCH] :green_heart: Improve docker image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6059bfef5..e41085d89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get purge -y jq RUN apt-get autoremove -y RUN rm -rf /var/lib/apt/lists/* -FROM golang:alpine AS GO_BUILD +FROM golang:1.24-alpine AS GO_BUILD WORKDIR /go/src/github.com/siyuan-note/siyuan/ COPY --from=NODE_BUILD /go/src/github.com/siyuan-note/siyuan/ /go/src/github.com/siyuan-note/siyuan/ ENV GO111MODULE=on