From 98118d806331045d4035c0f6bfffdf151c6d553b Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 1 Jul 2021 13:37:34 +0200 Subject: [CODESEARCH] Upgrade Vagrant box to utilise newest 20.04 LTS Change-Id: Ib8059e1c74ef460da0821f4403ab734c7a02b4f2 Issue-ID: INT-1941 Signed-off-by: Bartek Grzybowski --- bootstrap/codesearch/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/codesearch/Vagrantfile b/bootstrap/codesearch/Vagrantfile index 774a02134..af2d4a073 100644 --- a/bootstrap/codesearch/Vagrantfile +++ b/bootstrap/codesearch/Vagrantfile @@ -36,7 +36,7 @@ $upload_key = <<-SCRIPT SCRIPT Vagrant.configure("2") do |config| - config.vm.box = "generic/ubuntu1804" + config.vm.box = "generic/ubuntu2004" config.vm.synced_folder ".", synced_folder, type: "rsync", rsync__exclude: "Vagrantfile" config.vm.network "forwarded_port", guest: 6080, host: 6080 config.vm.provision "replace_dns", type: :shell, run: "always", inline: $replace_dns, args: host_ip -- cgit 1.2.3-korg