From 1eebfad655ccc6548e9873ae513b97ea27947f62 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 30 Sep 2024 22:49:29 +0200 Subject: [PATCH] vagrant: use bento/ubuntu-24.04 for now --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 280c54874e..30d407f19b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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