Use docker 28.1.1 since that is the highest on ubuntu 20 focal

This commit is contained in:
Johannes Zellner
2025-06-30 22:24:33 +02:00
parent c0065765d4
commit cb3dffc7fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ fi
# https://docs.docker.com/engine/installation/linux/ubuntulinux/
# https://download.docker.com/linux/ubuntu/dists/noble/pool/stable/amd64/
readonly docker_version="28.3.0"
readonly docker_version="28.1.1"
readonly containerd_version="1.7.27"
if ! which docker 2>/dev/null || [[ $(docker version --format {{.Client.Version}}) != "${docker_version}" ]]; then
log "installing/updating docker"