diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-08 16:44:20 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-08 16:44:20 +0200 |
commit | bbce744c39e475fbd5575a9187eec0bfb8610a8a (patch) | |
tree | d35ca6eb5ba85626259f83a526c1f81764384679 /packer | |
parent | 89ed03180ef57da85feade45da507e62b5af9c49 (diff) |
Update source of iso file
Change-Id: I4ddb6642f0393e83f064bca0735b7b8755257a41
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer')
-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 36c77f42..5f7f8f2f 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-server-amd64.iso", - "iso_checksum": "23e97cd5d4145d4105fbf29878534049", + "iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso", + "iso_checksum": "10fcd20619dce11fe094e960c85ba4a9", "iso_checksum_type": "md5", "output_directory": "output_ubuntu", |