Update Ubuntu LTS ISO to 18.04.3

Closes-Bug: #1846863

Change-Id: I6cb644e15fb0620a523e5d089babf02f82c2ef92
(backport from master)
This commit is contained in:
Roger Luethi 2019-10-26 14:49:06 +02:00
parent 60d5a0ee75
commit b0529999b4
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class ISOImage(distro.GenericISOImage):
if arch == "amd64":
self.release_name = "ubuntu-18.04-amd64"
self.url = ("http://cdimage.ubuntu.com/releases/18.04/release/"
"ubuntu-18.04.2-server-amd64.iso")
self.md5 = "34416ff83179728d54583bf3f18d42d2"
"ubuntu-18.04.3-server-amd64.iso")
self.md5 = "cb7cd5a0c94899a04a536441c8b6d2bf"
# ostype used by VirtualBox to choose icon and flags (64-bit,
# IOAPIC)
conf.vbox_ostype = "Ubuntu_64"