Use debian buster in Vagrantfile

This commit is contained in:
JPT
2019-11-03 15:41:38 +01:00
parent f99729eb20
commit 3402b2e71c
Vendored
+1 -1
View File
@@ -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"