From fb5e0184effba509b6da513affd1320498f50307 Mon Sep 17 00:00:00 2001 From: Max Kratz Date: Wed, 3 Jan 2024 08:05:37 +0100 Subject: [PATCH] Updates the base (X)Ubuntu image to 22.04 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 166e309..5927d88 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,7 +1,7 @@ token = ENV["GITHUB_TOKEN"] Vagrant.configure("2") do |config| - config.vm.box = "gusztavvargadr/ubuntu-desktop-2004-lts-xfce" + config.vm.box = "gusztavvargadr/xubuntu-desktop-2204-lts" config.vm.define 'emoflon' config.vm.provider :virtualbox do |vb| vb.name = "emoflon"