Skip to content

Commit

Permalink
Merge pull request udacity#75 from SteveWooding/fixed-bento-version
Browse files Browse the repository at this point in the history
fix: Set Bento box version to last working version
  • Loading branch information
forbiddenvoid authored Jul 31, 2017
2 parents 397264e + 77d9d8f commit 68119af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04-i386"
config.vm.box_version = "= 2.3.5"
config.vm.network "forwarded_port", guest: 8000, host: 8000, host_ip: "127.0.0.1"
config.vm.network "forwarded_port", guest: 8080, host: 8080, host_ip: "127.0.0.1"
config.vm.network "forwarded_port", guest: 5000, host: 5000, host_ip: "127.0.0.1"
Expand Down

0 comments on commit 68119af

Please sign in to comment.