Skip to content

Commit

Permalink
vagrant: use bento/ubuntu-24.04 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Sep 30, 2024
1 parent bc7a884 commit 1eebfad
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
Expand Up @@ -278,7 +278,7 @@ Vagrant.configure(2) do |config|
end

config.vm.define "noble" do |b|
b.vm.box = "ubuntu/noble64"
b.vm.box = "bento/ubuntu-24.04"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end
Expand Down

0 comments on commit 1eebfad

Please sign in to comment.