diff --git a/systems/Vagrantfile b/systems/Vagrantfile index 5301ee2..0c40774 100644 --- a/systems/Vagrantfile +++ b/systems/Vagrantfile @@ -136,7 +136,7 @@ Vagrant.configure("2") do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://vagrantcloud.com/search. - target3.vm.box = "ubuntu/groovy64" + target3.vm.box = "ubuntu/impish64" # target.vm.base_mac = "080027BB1475" target3.vm.hostname = "target3" target3.vm.define "target3"