Box updated to ubuntu/bionic64 (18.04)
This commit is contained in:
parent
1dda6cc14c
commit
5dfbd20aa3
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -4,7 +4,7 @@
|
||||
# Ruby, run unit tests, etc.
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "hashicorp/precise64"
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
config.vm.hostname = "vagrant"
|
||||
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user