fix: 使用 golang:1.26-debian13 镜像

This commit is contained in:
2026-04-15 21:34:47 +08:00
parent 73540f1670
commit a3e409ead9

View File

@@ -6,7 +6,7 @@
#
# 作者: titor
# 创建日期: 2026-04-15
FROM golang:1.26-bookworm AS builder
FROM golang:1.26-debian13 AS builder
# 设置工作目录
WORKDIR /build