[Vagrant] Upgrade to bookworm

This commit is contained in:
Philipp 2024-12-30 15:12:40 +01:00
parent 1b3ba3199e
commit 53e315b417
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

2
Vagrantfile vendored
View file

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