Skip to content

Commit

Permalink
Merge pull request #5778 from cgundogan/pr/vagrant/new_ubuntu
Browse files Browse the repository at this point in the history
vagrant: use ubuntu 16.04 LTS
  • Loading branch information
OlegHahm committed Aug 29, 2016
2 parents 455fb6c + 0ffa3c6 commit 6d65494
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 @@ -7,7 +7,7 @@ Vagrant.configure(2) do |config|

# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "boxcutter/ubuntu1510"
config.vm.box = "boxcutter/ubuntu1604"

# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
Expand Down

0 comments on commit 6d65494

Please sign in to comment.