From: Philipp Date: Mon, 30 Dec 2024 14:12:40 +0000 (+0100) Subject: [Vagrant] Upgrade to bookworm X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53e315b4178d64b7a2256dc1c3e48070d5b8d19b;p=friendica.git [Vagrant] Upgrade to bookworm --- 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