Merge pull request #902 from GNS3/upgrade-docker-guest

Upgrade Ubuntu Docker Guest
This commit is contained in:
Jeremy Grossmann 2024-07-18 11:35:40 +02:00 committed by GitHub
commit 5c1cfceb80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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