From 880a54e03ec783d0d7c2e300297815daa851fde3 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Mon, 15 Aug 2016 17:31:59 -0700 Subject: [PATCH] Update Vagrantfile to use Ubuntu 14.04 LTS --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index bfcbcf5fa..8a0f92193 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -43,7 +43,7 @@ source /etc/profile.d/gopath.sh SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "bento/ubuntu-12.04" + config.vm.box = "bento/ubuntu-14.04" config.vm.hostname = "terraform" config.vm.provision "shell", inline: $script, privileged: false