From a3e409ead9f3227eb0b6136165d8469f753e43d2 Mon Sep 17 00:00:00 2001 From: titor Date: Wed, 15 Apr 2026 21:34:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8=20golang:1.26-debian1?= =?UTF-8?q?3=20=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d08bd84..517004a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # # 作者: titor # 创建日期: 2026-04-15 -FROM golang:1.26-bookworm AS builder +FROM golang:1.26-debian13 AS builder # 设置工作目录 WORKDIR /build