优化docker版本的编译工具链

This commit is contained in:
2026-07-24 21:22:35 +08:00
parent 137f506367
commit 03a803b8cb
+1 -1
View File
@@ -1,7 +1,7 @@
# ============================================================ # ============================================================
# 构建阶段 # 构建阶段
# ============================================================ # ============================================================
FROM golang:1.21-alpine AS builder FROM golang:1.25-alpine AS builder
WORKDIR /app WORKDIR /app