From eeca086bff73b39ce34e4bf4d152b81e4b4bba71 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 5 Jul 2024 13:08:47 +0200 Subject: [PATCH] Upgrade Vagrant to F40 Signed-off-by: Nils Philippsen --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 5b6ae9f..3005a6f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "fedora/39-cloud-base" + config.vm.box = "fedora/40-cloud-base" # Create the toddlers dev box config.vm.define "toddlers" do |toddlers|