Upgrade to Ubuntu 18.04 (Bionic)

This commit is contained in:
Bryan Black 2018-04-19 11:57:53 -07:00 committed by GitHub
parent ff8eea9e8c
commit dc574b5716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ Vagrant.configure("2") do |config|
end
config.vm.define "ubuntu3" do |ubuntu3|
ubuntu3.vm.box = "ubuntu/xenial64"
ubuntu3.vm.box = "ubuntu/bionic64"
ubuntu3.vm.hostname = "ubuntu3"
ubuntu3.vm.network "private_network", ip: "192.168.33.130"
end