From: Tobias Diekershoff Date: Fri, 1 Oct 2021 06:35:09 +0000 (+0200) Subject: Vagrant: Use Debian stable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9858f86b21e79322965745a5e8e6c79d0db4d4e3;p=friendica.git Vagrant: Use Debian stable With the release of Debian 11 the Vagrant was still using _oldstable_ with this we are now using Debian stable again in the Vagrant VM. --- diff --git a/Vagrantfile b/Vagrantfile index 81676df612..7d88beec2b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,8 +6,8 @@ server_timezone = "UTC" public_folder = "/vagrant" Vagrant.configure(2) do |config| - # Set server to Debian 10 / Buster 64bit - config.vm.box = "debian/buster64" + # Set server to Debian 11 / Bullseye 64bit + config.vm.box = "debian/bullseye64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs