vagrant: use debian/bookworm64 box

This commit is contained in:
Thomas Waldmann 2023-06-10 16:51:41 +02:00
parent 0aa165859e
commit 47df6f5a5d
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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