changeset 43509 | 7fd16ddabaa0 |
parent 26140 | a31ffc445f02 |
--- a/contrib/vagrant/Vagrantfile Thu Nov 07 14:56:30 2019 -0500 +++ b/contrib/vagrant/Vagrantfile Thu Nov 07 14:59:11 2019 -0500 @@ -1,8 +1,8 @@ # -*- mode: ruby -*- Vagrant.configure('2') do |config| - # Debian 8.1 x86_64 without configuration management software - config.vm.box = "debian/jessie64" + # Debian 10.1 x86_64 without configuration management software + config.vm.box = "debian/buster64" config.vm.hostname = "tests" config.vm.define "tests" do |conf|