diff --git a/tools/docker/Makefile b/tools/docker/Makefile index cb8ddd9ee70..c98c0056f45 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -93,8 +93,7 @@ help: @echo -e "\t\t${BOLD}archlinux${RESET} (latest)" @echo -e "\t\t${BOLD}centos-7${RESET} (Centos 7 LTS)" @echo -e "\t\t${BOLD}debian-sid${RESET} (unstable)" - @echo -e "\t\t${BOLD}debian-11${RESET} (bullseye, latest)" - @echo -e "\t\t${BOLD}debian-10${RESET} (buster)" + @echo -e "\t\t${BOLD}debian-11${RESET} (bullseye)" @echo -e "\t\t${BOLD}fedora-39${RESET} (rawhide)" @echo -e "\t\t${BOLD}fedora-38${RESET} (rawhide)" @echo -e "\t\t${BOLD}fedora-37${RESET} (latest)" @@ -402,7 +401,7 @@ DISTROS := \ alpine-edge \ archlinux \ centos-7 \ - debian-10 debian-11 debian-sid \ + debian-11 debian-sid \ fedora-37 fedora-38 fedora-39 \ opensuse-leap \ ubuntu-20.04 ubuntu-22.04 ubuntu-22.10 ubuntu-23.04