Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Switch Ubuntu to Xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondchen625 committed Nov 13, 2017
1 parent 0d2d355 commit 961b172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.hostname = "docker-ubuntu14"
config.vm.hostname = "docker-ubuntu16"
config.vm.provision "shell", path: "provision.sh"
config.vm.provider "virtualbox" do |v|
v.name = "docker-ubuntu14"
v.name = "docker-ubuntu16"
end
end

0 comments on commit 961b172

Please sign in to comment.