diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-04-03 15:15:24 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-04-03 15:16:04 +0200 |
commit | 28e7c9a4d7b40b440a7a98648ca2da974b976463 (patch) | |
tree | e27593f2079e65f833553a4db10ee6b599c52e5d /packer/templates/basebuild-local-kvm.json | |
parent | 59723cb364cd123151d8f647a22f52145ffb8646 (diff) |
Update Ubuntu 16.04 from revision 3 to 4
Change-Id: Ida617723f8af6a55af6e41957574db4241662bb4
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'packer/templates/basebuild-local-kvm.json')
-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", |