From e7b097a3992bfad60db16f840ce92aa5c4a9c097 Mon Sep 17 00:00:00 2001 From: Chris Gora <34940205+ChrisGora@users.noreply.github.com> Date: Wed, 25 Nov 2020 14:31:57 +0000 Subject: [PATCH] switch to generic --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b96891e..005b98a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,4 +1,4 @@ Vagrant.configure("2") do |config| - config.vm.box = "ubuntu/bionic64" + config.vm.box = "generic/ubuntu1804" config.vm.provision "shell", path: "init.sh" end