debian 11 -> 12
This commit is contained in:
parent
9873b23ab2
commit
6c8ce80e06
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -59,7 +59,7 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.define "vm4" do |vm4|
|
||||
vm4.vm.network "private_network", ip: "192.168.56.5"
|
||||
vm4.vm.box = "debian/bullseye64"
|
||||
vm4.vm.box = "debian/bookworm64"
|
||||
vm4.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = "512"
|
||||
vb.cpus = 1
|
||||
|
Loading…
Reference in New Issue
Block a user