Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Jul 12, 2024
1 parent cfa6d2d commit 72ea22c
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 @@ -7,7 +7,7 @@ RUN flutter build web


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

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

0 comments on commit 72ea22c

Please sign in to comment.