fuyu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Vagrantfile
|
|
@ -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" |
|
|
|