Skip to content

Commit

Permalink
demo/vagrant/Vagrantfile: Update Nomad version (0.11.0) (#7579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jf authored Apr 20, 2020
1 parent e128784 commit 482804d
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 @@ -25,7 +25,7 @@ sudo docker --version
sudo apt-get install unzip curl vim -y
echo "Installing Nomad..."
NOMAD_VERSION=0.10.4
NOMAD_VERSION=0.11.0
cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
unzip nomad.zip
Expand Down

0 comments on commit 482804d

Please sign in to comment.