update vagrant to debian12
This commit is contained in:
parent
cae2bfaac1
commit
07eea92218
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -8,7 +8,7 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
#config.ssh.insert_key = false
|
||||
config.vm.define "etherpad" do |etherpad|
|
||||
etherpad.vm.box = "generic/debian11"
|
||||
etherpad.vm.box = "generic/debian12"
|
||||
etherpad.vm.provider :libvirt do |libvirt|
|
||||
libvirt.memory = 256
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue