aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-08-08 14:45:22 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-08-08 14:45:22 +0000
commit98a2d145f85620f651d6ca862f81d2d1207f867a (patch)
treeec85c5d0d1bfcfc577cb230b082775a6dafca02d /packer/templates
parent7004b817e15611dbea71df2ce75216fdf462da2c (diff)
parentbbce744c39e475fbd5575a9187eec0bfb8610a8a (diff)
Merge "Update source of iso file"
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild-local-kvm.json4
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",