From 222de8145301aa35555d7209347e42d4eb835b46 Mon Sep 17 00:00:00 2001 From: vernoncole Date: Thu, 29 Jun 2017 15:40:55 -0600 Subject: [PATCH] update Ubuntu version in Vagrantfile to supported --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 64c2213..cb4d64d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "ubuntu/precise64" + config.vm.box = "ubuntu/xenial64" # The url from where the 'config.vm.box' box will be fetched if it # doesn't already exist on the user's system.