diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-08 14:45:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-08-08 14:45:22 +0000 |
commit | 98a2d145f85620f651d6ca862f81d2d1207f867a (patch) | |
tree | ec85c5d0d1bfcfc577cb230b082775a6dafca02d | |
parent | 7004b817e15611dbea71df2ce75216fdf462da2c (diff) | |
parent | bbce744c39e475fbd5575a9187eec0bfb8610a8a (diff) |
Merge "Update source of iso file"
-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", |