Skip to content

Commit

Permalink
Specify vagrant box version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieok committed May 15, 2019
1 parent ef99cd6 commit 7f418d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -11,6 +11,7 @@ Vagrant.configure(2) do |config|
config.disksize.size = '16GB'
config.vm.define 'zcash-build', autostart: false do |gitian|
gitian.vm.box = "debian/stretch64"
gitian.vm.box_version = "9.9.0"
gitian.vm.network "forwarded_port", guest: 22, host: 2200, auto_correct: true
gitian.vm.provision "ansible" do |ansible|
ansible.playbook = "gitian.yml"
Expand Down

0 comments on commit 7f418d4

Please sign in to comment.