更新README.md文件

This commit is contained in:
huty 2023-12-13 17:21:30 +08:00 committed by huty
parent 58162957be
commit 689a739979

View File

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