1
1

debian 11 -> 12

This commit is contained in:
Márkus Sándor 2023-08-01 10:01:30 +02:00
parent 9873b23ab2
commit 6c8ce80e06

2
Vagrantfile vendored
View File

@ -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