fix: 锁定 docker-ce-cli 版本为 5:20.10.21 并更新缓存版本至 v3

This commit is contained in:
Lyda
2025-11-17 15:59:31 +08:00
parent 525abb55fb
commit 23afeabe81
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ install_docker() {
# 更新源并安装 Docker
apt-get update
apt-get install -y \
docker-ce-cli \
docker-ce-cli=5:20.10.21~3-0~debian-bullseye \
docker-buildx-plugin \
docker-compose-plugin