From 31acdf8e04339450f1f2f86d0608d77c184ebf92 Mon Sep 17 00:00:00 2001 From: Thom Toogood Date: Thu, 8 Mar 2018 21:04:08 +1100 Subject: [PATCH] Updated base iso to 16.04.4. --- provisioning/ubuntu-16.04.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/ubuntu-16.04.json b/provisioning/ubuntu-16.04.json index 14d5fd2..0897b95 100644 --- a/provisioning/ubuntu-16.04.json +++ b/provisioning/ubuntu-16.04.json @@ -44,9 +44,9 @@ "guest_os_type": "Ubuntu_64", "hard_drive_interface": "sata", "http_directory": "packer/http", - "iso_checksum": "a06cd926f5855d4f21fb4bc9978a35312f815fbda0d0ef7fdc846861f4fc4600", + "iso_checksum": "0a03608988cfd2e50567990dc8be96fb3c501e198e2e6efcb846d89efc7b89f2", "iso_checksum_type": "sha256", - "iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso", + "iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.4-server-amd64.iso", "output_directory": "output-{{ user `cloud_build_name` }}-virtualbox-iso", "ssh_username": "{{ user `ssh_user` }}", "ssh_password": "{{ user `ssh_pass` }}",