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"