Skip to content

Commit

Permalink
Updates the base (X)Ubuntu image to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jan 3, 2024
1 parent f416128 commit fb5e018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fb5e018

Please sign in to comment.