From 689a73997953db1eecfc1d5e6d0442bc497e404c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=A4=A9=E5=9E=9A?= Date: Wed, 13 Dec 2023 17:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0270ac91..0bf1588c 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ docker build --no-cache -t 镜像名称:镜像TAG . - 标准镜像(基于 openSUSE 15.5) ``` bash -docker build --no-cache -t hty1024/kiwix-serve:3.5.0 . +docker build --no-cache -t hty1024/kiwix-serve:3.6.0 . ``` -- 精简镜像(基于 AlpineLinux 3.18.2) +- 精简镜像(基于 AlpineLinux 3.18.5) ``` bash -docker build --no-cache -t hty1024/kiwix-serve:3.5.0-alpine . +docker build --no-cache -t hty1024/kiwix-serve:3.6.0-alpine . ``` **使用方式:**