From 03bc90e20ca9763ce84893e48b674862f4c21a3d Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Fri, 15 Aug 2025 17:37:41 +0800 Subject: [PATCH] =?UTF-8?q?build(golang):=20=E6=9B=B4=E6=96=B0Go=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=9E=84=E5=BB=BA=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B31.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将构建环境中的Go语言镜像版本从1.23.5/1.22.11升级到1.25.0版本,同时更新对应的alpine和bookworm基础镜像 --- builder/golang/env.cnf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/builder/golang/env.cnf b/builder/golang/env.cnf index 1c46af6..46ff4c2 100644 --- a/builder/golang/env.cnf +++ b/builder/golang/env.cnf @@ -1,5 +1,3 @@ -IMAGE_TAG_BASH=golang:1.23.5-bookworm -IMAGE_TAG_ASH=golang:1.23.5-alpine -#IMAGE_TAG_BASH=golang:1.22.11-bookworm -#IMAGE_TAG_ASH=golang:1.22.11-alpine +IMAGE_TAG_BASH=golang:1.25.0-trixie +IMAGE_TAG_ASH=golang:1.25.0-alpine Volumes_Path=/data/volumes \ No newline at end of file