Upgrades Vagrant box to Debian 10 to fix Docker build error on Debian 9. (#13236)

master
Jean-Sebastien Paquet 2021-06-19 08:52:34 -04:00 committed by GitHub
parent 37fba09021
commit 8dc036c2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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