bump vagrant to bullseye (#8)

I tested upgrading from buster to bullseye on vagrant, privatebin works fine.

Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #8
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
meaz 2023-01-17 13:28:05 +00:00
parent 1c0a88759b
commit 8b882cc1fb
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -8,7 +8,7 @@
Vagrant.configure("2") do |config|
#config.ssh.insert_key = false
config.vm.define "privatebin" do |privatebin|
privatebin.vm.box = "generic/debian10"
privatebin.vm.box = "generic/debian11"
privatebin.vm.provider :libvirt do |libvirt|
libvirt.memory = 256
end