From 754c762cab82a220a242026652a60eb7cec7e955 Mon Sep 17 00:00:00 2001 From: Michael Kropat Date: Thu, 29 Sep 2016 23:00:06 -0400 Subject: Update to Ubuntu 16.04 image --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 6359137..15595af 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "ubuntu/trusty64" + config.vm.box = "ubuntu/xenial64" config.vm.provider "virtualbox" do |v| v.memory = 1024 # necessary to avoid 'I can't write on file' errors -- cgit v1.2.3