]> git.mxchange.org Git - friendica.git/commitdiff
Vagrant: Use Debian stable
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 06:35:09 +0000 (08:35 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 06:35:09 +0000 (08:35 +0200)
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.

Vagrantfile

index 81676df6124e9dc1d143cd6a5c2b7512b6792a8c..7d88beec2b7dc0aca8db09ba2382165e04a8cf03 100644 (file)
@@ -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