Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Oct 10, 2024
1 parent 5daeca0 commit 37ad139
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
Expand Up @@ -6,7 +6,7 @@ COPY ./ui/ ./
RUN flutter build web --no-web-resources-cdn --web-renderer html

# 打包依赖阶段使用golang作为基础镜像
FROM golang:1.22 as builder
FROM golang:1.23 as builder

# 启用go module
ENV GO111MODULE=on \
Expand Down

0 comments on commit 37ad139

Please sign in to comment.