Upgrade vm box to buster

This commit is contained in:
Wilfried OLLIVIER 2019-07-10 19:26:08 +02:00
parent 2a8106dcfb
commit 52befe098b
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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