Skip to content

Commit

Permalink
demo: update installed Nomad version to 0.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed May 15, 2020
1 parent 37800dc commit 56ae699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Vagrant.configure("2") do |config|
# - Downloads and install Nomad, Consul and Docker
# Only runs when the VM is created.
config.vm.provision "deps", type: "shell", inline: <<-SHELL
nomad_version=0.11.1
nomad_version=0.11.2
consul_version=1.7.2
mkdir /tmp/downloads
Expand Down

0 comments on commit 56ae699

Please sign in to comment.