diff --git a/Dockerfile b/Dockerfile index 29b3557..3086e31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 使用官方 Golang 镜像作为构建环境 -FROM golang:1.22-alpine AS builder +FROM golang:1.24-alpine AS builder ENV CGO_ENABLED=0 ENV GOPROXY=https://goproxy.cn,direct