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:
parent
37c3177e90
commit
f72adc9e61
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue