mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +00:00
[Vagrant] Upgrade to bookworm
This commit is contained in:
parent
1b3ba3199e
commit
53e315b417
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue