From 46b17366a37f8142966d5d5b93849ce25ea23808 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Tue, 27 Mar 2018 17:26:34 -0400 Subject: Update to Debian 9 (Stretch) for testing --- test/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Vagrantfile b/test/Vagrantfile index 6d3feb0..8ce1739 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure(2) do |config| - config.vm.box = 'debian/jessie64' + config.vm.box = 'debian/stretch64' # sync by copying for isolation config.vm.synced_folder "..", "/dotbot", type: "rsync", -- cgit v1.2.3