From: Anil Belur Date: Mon, 16 Dec 2019 22:40:04 +0000 (+1000) Subject: Update Ubuntu 16.04 amd64 base image to latest X-Git-Tag: v0.4.0~1^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F62642%2F3;p=releng%2Fcommon-packer.git Update Ubuntu 16.04 amd64 base image to latest Change-Id: Iec964db3b3652379641e3336bfe3df18ee796300 Signed-off-by: Anil Belur --- diff --git a/vars/ubuntu-16.04.json b/vars/ubuntu-16.04.json index ab91383..0c25018 100644 --- a/vars/ubuntu-16.04.json +++ b/vars/ubuntu-16.04.json @@ -1,7 +1,7 @@ { "source_ami_filter_name": "*ubuntu*16.04*", "source_ami_filter_owner": "099720109477", - "base_image": "LF - Ubuntu 16.04 LTS (2019-06-21)", + "base_image": "LF - Ubuntu 16.04 LTS (2019-12-11)", "distro": "Ubuntu 16.04", "ssh_user": "ubuntu", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh"