]> git.mxchange.org Git - friendica.git/commitdiff
[Vagrant] Upgrade to bookworm
authorPhilipp <admin@philipp.info>
Mon, 30 Dec 2024 14:12:40 +0000 (15:12 +0100)
committerPhilipp <admin@philipp.info>
Mon, 30 Dec 2024 14:30:43 +0000 (15:30 +0100)
Vagrantfile

index 16873512313648b44278f5475f846511d959de48..60117e9cf6bc9b3f2036ddd80a15ac84c59b9c68 100644 (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