Update Vagrant box to Bionic (#13384)

This commit is contained in:
fuyu 2020-04-04 22:47:48 +09:00 committed by GitHub
父節點 f65568f1d4
當前提交 51f2315248
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除

2
Vagrantfile vendored
查看文件

@ -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"