diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index a2f9a8151..8dc432ef7 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget # Download Nomad echo Fetching Nomad... cd /tmp/ -curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.1_linux_amd64.zip -o nomad.zip +curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.2_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip