From 447794968f84d7ee69114151a9044c57f1cbfbba Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Fri, 21 Aug 2026 17:58:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtag=E5=B0=91=E5=86=99=E4=BA=86=E5=86=92?= =?UTF-8?q?=E5=8F=B7?= 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 d8ca5c6..92911d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 基础镜像 -FROM alpine3.24.1 +FROM alpine:3.24.1 # 作者信息 LABEL authors="xiaoqidun"