From 98a958e900e9678f7849c56bb921982981cfa6f7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 18 Jul 2024 11:35:01 +0200 Subject: [PATCH] Upgrade Ubuntu Docker Guest appliance to use the gns3/ubuntu:noble image --- 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 110fba40..9cde03e7 100644 --- a/appliances/ubuntu-docker.gns3a +++ b/appliances/ubuntu-docker.gns3a @@ -14,7 +14,7 @@ "symbol": "linux_guest.svg", "docker": { "adapters": 1, - "image": "gns3/ubuntu:focal", + "image": "gns3/ubuntu:noble", "console_type": "telnet" } }