Use debian buster in Vagrantfile
This commit is contained in:
parent
f99729eb20
commit
3402b2e71c
|
@ -2,7 +2,7 @@
|
|||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/stretch64"
|
||||
config.vm.box = "debian/buster64"
|
||||
|
||||
config.vm.synced_folder "./", "/vagrant", type: "rsync"
|
||||
|
||||
|
|
Loading…
Reference in New Issue