Explorar o código

vagrant: use bento/ubuntu-24.04 for now

Thomas Waldmann hai 8 meses
pai
achega
f7d0cbeeed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -279,7 +279,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