summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2019-10-12 10:36:35 -0400
committerAnish Athalye <me@anishathalye.com>2019-10-12 10:36:35 -0400
commit32741ea0caea2caf490e9561fd0289ce2150d565 (patch)
tree21840db729b7a6392480da68399c0e06f96e24db
parentcdef01e9c43c65c83609daf6a38450b47b6c1300 (diff)
Switch to more recent version of Debian
-rw-r--r--test/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
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"