Vagrantfile: Update to vivid (15.04)
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
16a0bb9086
commit
cc3b6d5026
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
# Every Vagrant development environment requires a box. You can search for
|
||||
# boxes at https://atlas.hashicorp.com/search.
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.box = "ubuntu/vivid64"
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
# boxes will only be checked for updates when the user runs
|
||||
|
Loading…
Reference in New Issue
Block a user