This commit is contained in:
2025-07-28 01:46:39 +08:00
parent b03129667a
commit 357639462a
219 changed files with 21634 additions and 8138 deletions

View File

@@ -1,5 +1,5 @@
# 第一阶段:构建阶段
FROM golang:1.23-alpine AS builder
FROM golang:1.23.4-alpine AS builder
# 设置工作目录
WORKDIR /app