Sfoglia il codice sorgente

vagrant: use bento/ubuntu-24.04 for now

Thomas Waldmann 8 mesi fa
parent
commit
f7d0cbeeed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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