From 47df6f5a5ddf44e46cc7fabf287a10e9efc9e2aa Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 10 Jun 2023 16:51:41 +0200 Subject: [PATCH] vagrant: use debian/bookworm64 box --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 6947b7b3f..fd5931966 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -376,7 +376,7 @@ Vagrant.configure(2) do |config| end config.vm.define "bookworm64" do |b| - b.vm.box = "debian/testing64" + b.vm.box = "debian/bookworm64" b.vm.provider :virtualbox do |v| v.memory = 1024 + $wmem end