summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"