Skip to content
Snippets Groups Projects
Unverified Commit 51f23152 authored by fuyu's avatar fuyu Committed by GitHub
Browse files

Update Vagrant box to Bionic (#13384)

parent f65568f1
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment