Use debian buster in Vagrantfile

This commit is contained in:
Jan Philipp Timme 2019-11-03 15:41:38 +01:00
parent f99729eb20
commit 3402b2e71c
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -2,7 +2,7 @@
# vi: set ft=ruby : # vi: set ft=ruby :
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
config.vm.box = "debian/stretch64" config.vm.box = "debian/buster64"
config.vm.synced_folder "./", "/vagrant", type: "rsync" config.vm.synced_folder "./", "/vagrant", type: "rsync"