feat: update ubuntu version to 24.04

This commit is contained in:
Lenoctambule
2026-03-09 21:21:26 +01:00
parent c4691cab60
commit a7f87dc0f0

2
Vagrantfile vendored
View File

@@ -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