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 . ``` **使用方式:**