From 32741ea0caea2caf490e9561fd0289ce2150d565 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 12 Oct 2019 10:36:35 -0400 Subject: Switch to more recent version of Debian --- test/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Vagrantfile b/test/Vagrantfile index 05d6747..347c402 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure(2) do |config| - config.vm.box = 'debian/stretch64' + config.vm.box = 'debian/buster64' # sync by copying for isolation config.vm.synced_folder "..", "/dotbot", type: "rsync" -- cgit v1.2.3