Update Ubuntu Docker appliance to use Focal instead of Xenial

This commit is contained in:
grossmj 2021-10-18 16:09:21 +10:30
parent 6842c652ec
commit 01db22dc26

View File

@ -13,7 +13,7 @@
"symbol": "linux_guest.svg",
"docker": {
"adapters": 1,
"image": "gns3/ubuntu:xenial",
"image": "gns3/ubuntu:focal",
"console_type": "telnet"
}
}