vagrant: use generic/debian9 box, fixes #7579

the debian/stretch64 was broken and never fixed.
This commit is contained in:
Thomas Waldmann 2023-10-08 21:53:32 +02:00
parent 3fdbd541db
commit f7e8462bd0
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

@ -427,7 +427,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define "stretch64" do |b|
b.vm.box = "debian/stretch64"
b.vm.box = "generic/debian9"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end