Browse Source

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

pull/13252/head
Jean-Sebastien Paquet 2 years ago
committed by GitHub
parent
commit
8dc036c2e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile 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'


Loading…
Cancel
Save