From 371664391ba114bedaffdab563b546130f0be781 Mon Sep 17 00:00:00 2001 From: dogi Date: Wed, 3 Jul 2024 18:09:21 -0400 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 07de8a1..7925e14 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,6 @@ Vagrant.configure(2) do |config| config.vm.box = "debian/bookworm64" - config.vm.box_version = "12.20240212.1" + config.vm.box_version = "12.20240503.1" #config.disksize.size = '99GB' config.disksize.size = '33GB'