1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-12 17:07:23 +01:00

Use ubuntu/focal64 as main testbed

This commit is contained in:
David Duque
2020-07-15 15:28:47 +01:00
parent c8fbe2dd5d
commit 20b4f26e42

2
Vagrantfile vendored
View File

@@ -3,7 +3,7 @@
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "debian/buster64"
config.vm.box = "ubuntu/focal64"
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--cpus", 1, "--memory", 1024]
end