From 67d6e24a6e7f4df6a4b91f543690b795f8668d31 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 2 May 2021 00:34:20 +0200 Subject: [PATCH] update vagrant file to ubuntu 20.04 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 467fb95e..b1c847d8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : Vagrant.configure("2") do |config| - config.vm.box = "ubuntu/bionic64" + config.vm.box = "ubuntu/focal64" # Network config: Since it's a mail server, the machine must be connected # to the public web. However, we currently don't want to expose SSH since