From 01db22dc26a1f5aef46b0e9f170dc83727724e6e Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 18 Oct 2021 16:09:21 +1030 Subject: [PATCH] Update Ubuntu Docker appliance to use Focal instead of Xenial --- appliances/ubuntu-docker.gns3a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appliances/ubuntu-docker.gns3a b/appliances/ubuntu-docker.gns3a index 61d218e..1753f14 100644 --- a/appliances/ubuntu-docker.gns3a +++ b/appliances/ubuntu-docker.gns3a @@ -13,7 +13,7 @@ "symbol": "linux_guest.svg", "docker": { "adapters": 1, - "image": "gns3/ubuntu:xenial", + "image": "gns3/ubuntu:focal", "console_type": "telnet" } }