X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Vagrantfile;h=2235d9c2ec7cfca2c921b2a4752f9a296cf623c7;hb=0456bd668de37f118e717aabf00a132756ea619c;hp=5aa56bf2a723f68edfa277c3612e31403cedf42d;hpb=37b042a594d5f268ed04ad3d484ab81715862403;p=qmk_firmware.git diff --git a/Vagrantfile b/Vagrantfile index 5aa56bf2a..2235d9c2e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 = "bento/ubuntu-16.04" + config.vm.box = "generic/debian9" # This section allows you to customize the Virtualbox VM # settings, ie showing the GUI or upping the memory @@ -55,7 +55,7 @@ Vagrant.configure(2) do |config| # image, you'll need to: chmod -R a+rw . config.vm.provider "docker" do |docker, override| override.vm.box = nil - docker.image = "jesselang/debian-vagrant:jessie" + docker.image = "jesselang/debian-vagrant:stretch" docker.has_ssh = true end