From 53e315b4178d64b7a2256dc1c3e48070d5b8d19b Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 30 Dec 2024 15:12:40 +0100 Subject: [PATCH] [Vagrant] Upgrade to bookworm --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1687351231..60117e9cf6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ public_folder = "/vagrant" Vagrant.configure(2) do |config| # Set server to Debian 11 / Bullseye 64bit - config.vm.box = "debian/bullseye64" + config.vm.box = "debian/bookworm64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs