[Vagrant] Upgrade to bookworm

pull/14644/head
Philipp 2024-12-30 15:12:40 +01:00
rodzic 1b3ba3199e
commit 53e315b417
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
1 zmienionych plików z 1 dodań i 1 usunięć

2
Vagrantfile vendored
Wyświetl plik

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