Skip to content

Commit

Permalink
update Ubuntu version in Vagrantfile to supported
Browse files Browse the repository at this point in the history
  • Loading branch information
vernoncole committed Jun 29, 2017
1 parent 050f397 commit 222de81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.

# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/precise64"
config.vm.box = "ubuntu/xenial64"

# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
Expand Down

0 comments on commit 222de81

Please sign in to comment.