From b4e7fb507eaa935b31a6bb08f6ae95a62ecf35fc Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 30 Apr 2020 14:27:20 +0200 Subject: [PATCH] tools(docker): Fix Makefile usage --- tools/docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/Makefile b/tools/docker/Makefile index 8190e3f8ee..8e14d85b78 100644 --- a/tools/docker/Makefile +++ b/tools/docker/Makefile @@ -38,7 +38,7 @@ help: @echo -e "\t\t${BOLD}alpine-edge${RESET} (latest)" @echo -e "\t\t${BOLD}centos-8${RESET} (latest)" @echo -e "\t\t${BOLD}debian-10${RESET} (latest)" - @echo -e "\t\t${BOLD}ubuntu-19.04${RESET} (Ubuntu latest)" + @echo -e "\t\t${BOLD}ubuntu-19.10${RESET} (Ubuntu latest)" @echo -e "\t\t${BOLD}ubuntu-18.04${RESET} (Ubuntu 18.04 LTS)" @echo -e "\t\t${BOLD}ubuntu-16.04${RESET} (Ubuntu 16.04 LTS)" @echo