From a7f87dc0f0a455280a3b7cf06d3e656751e153d0 Mon Sep 17 00:00:00 2001 From: Lenoctambule <106790775+lenoctambule@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:21:26 +0100 Subject: [PATCH] feat: update ubuntu version to 24.04 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 6a82b9b..3546e0e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure("2") do |config| - config.vm.box = "generic/ubuntu2204" + config.vm.box = "bento/ubuntu-24.04" config.vm.provision "shell" do |s| ssh_pub_key = File.readlines("/home/rralambo/.ssh/id_rsa.pub").first.strip s.inline = <<-SHELL