diff --git a/Dockerfile b/Dockerfile index 2bd6192..8b02af6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## 使用官方Go镜像作为构建环境 -FROM golang:1.24.1-alpine AS builder +FROM golang:1.24.7-alpine AS builder # 设置工作目录 WORKDIR /app