add debian 10 support
This commit is contained in:
2
tests/Debian/Vagrantfile
vendored
2
tests/Debian/Vagrantfile
vendored
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
# Every Vagrant development environment requires a box. You can search for
|
||||
# boxes at https://atlas.hashicorp.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
|
||||
|
Reference in New Issue
Block a user