switch to windows 2019

This commit is contained in:
Rui Lopes 2019-04-27 18:37:30 +01:00
parent a85bc47f1c
commit 0084ea47b9
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -37,7 +37,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define :windows do |config|
config.vm.box = 'windows-2016-amd64'
config.vm.box = 'windows-2019-amd64'
config.vm.network 'private_network', ip: '192.168.56.4'
config.vm.provider :libvirt do |lv, config|
config.vm.synced_folder '.', '/vagrant', type: 'smb', smb_username: ENV['USER'], smb_password: ENV['VAGRANT_SMB_PASSWORD']