From 3a386feeec160f8b6012d66d69fc5dee9b678fe7 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 5 Mar 2025 17:57:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerfileCN | 2 +- DockerfileHK | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerfileCN b/DockerfileCN index f8f02d1..943a70e 100644 --- a/DockerfileCN +++ b/DockerfileCN @@ -1,5 +1,5 @@ # 基础镜像 -FROM golang:1.24.0-bookworm +FROM golang:1.24.1-bookworm # 作者信息 LABEL authors="xiaoqidun" diff --git a/DockerfileHK b/DockerfileHK index cd9001e..d896036 100644 --- a/DockerfileHK +++ b/DockerfileHK @@ -1,5 +1,5 @@ # 基础镜像 -FROM golang:1.24.0-bookworm +FROM golang:1.24.1-bookworm # 作者信息 LABEL authors="xiaoqidun"