sync fork

This commit is contained in:
icy
2025-10-30 20:51:22 +08:00
parent cd0166896d
commit 4f5b8b250a
20 changed files with 2337 additions and 1042 deletions

View File

@@ -1,5 +1,5 @@
# 构建阶段
FROM golang:1.21-alpine AS builder
FROM golang:1.25-alpine AS builder
# 安装必要的构建工具
RUN apk add --no-cache git gcc musl-dev