summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-06-10 16:51:41 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-06-10 16:51:41 +0200
commit47df6f5a5ddf44e46cc7fabf287a10e9efc9e2aa (patch)
tree133ee2d3a06b151d9e3d1bf96ecdbcea53cd11dc /Vagrantfile
parent0aa165859ebf2652682fe1d8d721a72900f32d99 (diff)
vagrant: use debian/bookworm64 box
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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