Skip to content

Commit

Permalink
Upgrade virtualbox vagrant image to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 authored and hangxie committed May 1, 2020
1 parent cadffd8 commit 21df02a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packer/packer_virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 21df02a

Please sign in to comment.