From 52befe098bf87bf711441736d4134cd9629cb41a Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Wed, 10 Jul 2019 19:26:08 +0200 Subject: [PATCH] Upgrade vm box to buster --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e1f3e24..dfadf82 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -52,7 +52,7 @@ Vagrant.configure("2") do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://vagrantcloud.com/search. - config.vm.box = "debian/stretch64" + config.vm.box = "debian/buster64" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs