From 21df02ac88332bda27a29713b584a191af756bc3 Mon Sep 17 00:00:00 2001 From: David C Wang Date: Fri, 1 May 2020 09:58:16 -0700 Subject: [PATCH] Upgrade virtualbox vagrant image to ubuntu 20.04 --- packer/packer_virtualbox.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/packer_virtualbox.json b/packer/packer_virtualbox.json index 292f556..904ce4b 100644 --- a/packer/packer_virtualbox.json +++ b/packer/packer_virtualbox.json @@ -6,9 +6,9 @@ { "type": "vagrant", "provider": "virtualbox", - "box_name": "bento/ubuntu-18.04", - "box_version": "201812.27.0", - "source_path": "bento/ubuntu-18.04", + "box_name": "bento/ubuntu-20.04", + "box_version": "202004.27.0", + "source_path": "bento/ubuntu-20.04", "add_force": true, "skip_add": true, "communicator": "ssh"