From 0fb5d471bf20267bb0e05798a158091c7a34a006 Mon Sep 17 00:00:00 2001 From: Oguzhan Unlu Date: Wed, 2 May 2018 20:01:01 +0300 Subject: [PATCH] Update base Ubuntu AMI being used (closes #147) --- Packerfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packerfile.json b/Packerfile.json index 00082e48..15c55229 100644 --- a/Packerfile.json +++ b/Packerfile.json @@ -7,7 +7,7 @@ { "type": "amazon-ebs", "region": "us-east-1", - "source_ami": "ami-05dddc6f", + "source_ami": "ami-b2132ed7", "instance_type": "t2.medium", "ssh_username": "ubuntu", "ami_name": "snowplow-mini-{{user `version`}}-{{ timestamp }}-hvm-ebs-amd64",