Browse Source

vagrant: use debian/bookworm64 box

Thomas Waldmann 2 years ago
parent
commit
47df6f5a5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
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