Skip to content

Commit

Permalink
fix: Set Bento box version to last working version
Browse files Browse the repository at this point in the history
The latest version of the Bento box caused the file sharing
to break, so fix the version to the last known working version.
This can be updated to a later version, once it has been fully
tested.
  • Loading branch information
SteveWooding committed Jul 31, 2017
1 parent 397264e commit 77d9d8f
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 77d9d8f

Please sign in to comment.