From 55abb93a9377664f5b03c027bad7ce3cf168c5ad Mon Sep 17 00:00:00 2001 From: Shamal Faily Date: Fri, 17 Feb 2023 22:51:15 +0000 Subject: [PATCH] Bump version of Ubuntu --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index cac874843..eb06bd3f6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,7 +2,7 @@ require 'yaml' conf = YAML.load_file("vagrant_conf.yaml") Vagrant.configure("2") do |config| - config.vm.box = "bento/ubuntu-20.04" + config.vm.box = "bento/ubuntu-22.04" config.vm.network "forwarded_port", guest: 7071, host: 7071 config.vm.provider conf['provider'] do |vb| vb.memory = "2048"