From bbce744c39e475fbd5575a9187eec0bfb8610a8a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 8 Aug 2017 16:44:20 +0200 Subject: Update source of iso file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4ddb6642f0393e83f064bca0735b7b8755257a41 Signed-off-by: Jan-Simon Möller --- packer/templates/basebuild-local-kvm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packer/templates') 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", -- cgit 1.2.3-korg