From 6c8ce80e06714710b4005c88059fac4e76c8d0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Tue, 1 Aug 2023 10:01:30 +0200 Subject: [PATCH] debian 11 -> 12 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e028556..d563467 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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