Update Vagrant box to Bionic (#13384)

lolsob-rspec
fuyu 2020-04-04 22:47:48 +09:00 committed by GitHub
parent 6932e0e2af
commit d527154807
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -91,7 +91,7 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/bionic64"
config.vm.provider :virtualbox do |vb|
vb.name = "mastodon"