diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-04-03 16:13:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-04-03 16:13:26 +0000 |
commit | 86e432ba95987bf8d223e614060448b79b7ae1bc (patch) | |
tree | b10c0432c2eb2d92ded3aa912a4581fc5272aa39 | |
parent | 8dc39448476b1f2020c05e5d4f50c7f5f7338605 (diff) | |
parent | 28e7c9a4d7b40b440a7a98648ca2da974b976463 (diff) |
Merge "Update Ubuntu 16.04 from revision 3 to 4"
-rw-r--r-- | packer/templates/basebuild-local-kvm.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packer/templates/basebuild-local-kvm.json b/packer/templates/basebuild-local-kvm.json index 415f2b38..6882b710 100644 --- a/packer/templates/basebuild-local-kvm.json +++ b/packer/templates/basebuild-local-kvm.json @@ -13,8 +13,8 @@ "builders": [ { "type": "qemu", - "iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso", - "iso_checksum": "10fcd20619dce11fe094e960c85ba4a9", + "iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.4-server-amd64.iso", + "iso_checksum": "6a7f31eb125a0b2908cf2333d7777c82", "iso_checksum_type": "md5", "output_directory": "output_ubuntu", |