1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-31 20:26:40 +00:00

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 37c3177e90
commit f72adc9e61
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

@ -344,7 +344,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