about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorfuyu <54523771+mfmfuyu@users.noreply.github.com>2020-04-04 22:47:48 +0900
committerGitHub <noreply@github.com>2020-04-04 15:47:48 +0200
commit51f2315248e0d047e30e0e7aca56aa944efddf2a (patch)
tree22cd1925e274760c1c48ed033f99755121a5224f /Vagrantfile
parentf65568f1d400be2e101bd8b533a1b53807f5c757 (diff)
Update Vagrant box to Bionic (#13384)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 79af1dc5d..7d0f7b3de 100644
--- a/Vagrantfile
+++ b/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"