demo/vagrant/Vagrantfile: Update Nomad version (0.11.0) (#7579)

This commit is contained in:
Jeffrey 'jf' Lim
2020-04-20 21:29:12 +08:00
committed by GitHub
parent e1287846ae
commit 482804dac5

View File

@@ -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