Update Vagrantfile

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent e164900754
commit ab7c44e169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored

@ -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"

Loading…
Cancel
Save