From d7f31ae5ab0e026cf1c44baa44b5b6500eabbdbf Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 7 Jun 2025 15:08:57 +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 f361ad8..b115b2c 100644 --- a/DockerfileCN +++ b/DockerfileCN @@ -1,5 +1,5 @@ # 基础镜像 -FROM golang:1.24.3-bookworm +FROM golang:1.24.4-bookworm # 作者信息 LABEL authors="xiaoqidun" diff --git a/DockerfileHK b/DockerfileHK index 7b334de..08e116c 100644 --- a/DockerfileHK +++ b/DockerfileHK @@ -1,5 +1,5 @@ # 基础镜像 -FROM golang:1.24.3-bookworm +FROM golang:1.24.4-bookworm # 作者信息 LABEL authors="xiaoqidun"