Upgrades Vagrant box to Debian 10 to fix Docker build error on Debian 9. (#13236)
1 files changed, 1 insertions(+), 1 deletions(-) M Vagrantfile
M Vagrantfile => Vagrantfile +1 -1
@@ 6,7 6,7 @@ Vagrant.configure(2) do |config| config.vm.define "qmk_firmware" # VMware/Virtualbox ( and also Hyperv/Parallels) 64 bit - config.vm.box = "generic/debian9" + config.vm.box = "generic/debian10" config.vm.synced_folder '.', '/vagrant'