From ab7c44e16963054d66b0bce7af97aa7d6197d608 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 14:11:01 -0400 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2693143..f25da5f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -38,7 +38,7 @@ Vagrant.configure(2) do |config| # For a complete reference, please see the online documentation at # https://docs.vagrantup.com. - config.vm.box = "ubuntu/trusty32" + config.vm.box = "ubuntu/xenial32" config.vm.hostname = 'isso-dev.local' config.vm.network "private_network", type: "dhcp"