From 1cc48395a254c7ca0d258b5a16ef77f8878372b6 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Fri, 3 Dec 2021 15:32:43 +0100 Subject: [PATCH] Using new ubuntu version "impish64" as target --- systems/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"