Update Ubuntu LTS ISO to 18.04.4

Change-Id: I3718ff3f3a2a876125e81fea9cc82912e62dfd4a
backport: train stein rocky
This commit is contained in:
Roger Luethi 2020-03-22 18:19:24 +01:00
parent cdf39b6e13
commit cb79feb858
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.3-server-amd64.iso")
self.md5 = "cb7cd5a0c94899a04a536441c8b6d2bf"
"ubuntu-18.04.4-server-amd64.iso")
self.md5 = "d5bc5c59c24191bb45dd85fc6a420b34"
# ostype used by VirtualBox to choose icon and flags (64-bit,
# IOAPIC)
conf.vbox_ostype = "Ubuntu_64"