Skip to content

Commit

Permalink
Update default dcos-vagrant-box version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Isenberg committed Jul 17, 2017
1 parent 5a4d7e9 commit 488da3b
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 @@ -68,7 +68,7 @@ class UserConfig
c = new
c.box = ENV.fetch(env_var('box'), 'mesosphere/dcos-centos-virtualbox')
c.box_url = ENV.fetch(env_var('box_url'), 'https://downloads.dcos.io/dcos-vagrant/metadata.json')
c.box_version = ENV.fetch(env_var('box_version'), '~> 0.9.0')
c.box_version = ENV.fetch(env_var('box_version'), '~> 0.9.2')
c.machine_config_path = ENV.fetch(env_var('machine_config_path'), 'VagrantConfig.yaml')
c.config_path = ENV.fetch(env_var('config_path'), '')
c.version = ENV.fetch(env_var('version'), '')
Expand Down

0 comments on commit 488da3b

Please sign in to comment.