From 573a8a29b1817e7f4eb06165156a4d898dfa6a3e Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 9 Aug 2023 01:05:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC):=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=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 e13860b..4018fee 100644 --- a/DockerfileCN +++ b/DockerfileCN @@ -1,5 +1,5 @@ # 基础镜像 -FROM golang:1.20.7-bookworm +FROM golang:1.21.0-bookworm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com" diff --git a/DockerfileHK b/DockerfileHK index e53d012..38ab11c 100644 --- a/DockerfileHK +++ b/DockerfileHK @@ -1,5 +1,5 @@ # 基础镜像 -FROM golang:1.20.7-bookworm +FROM golang:1.21.0-bookworm # 作者信息 LABEL MAINTAINER="xiaoqidun@gmail.com"