Submitter | phabricator |
---|---|
Date | Nov. 8, 2019, 7:24 p.m. |
Message ID | <886641dd3ebd19887b76b7f9af1ef4cb@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42981/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/vagrant/Vagrantfile b/contrib/vagrant/Vagrantfile --- a/contrib/vagrant/Vagrantfile +++ b/contrib/vagrant/Vagrantfile @@ -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|