docs: update to Nomad 0.10.4 in Vagrantfile

This commit is contained in:
Michael Schurter
2020-02-19 12:55:59 -08:00
parent ad6c6be8d9
commit 35b55b228b

View File

@@ -25,7 +25,7 @@ sudo docker --version
sudo apt-get install unzip curl vim -y
echo "Installing Nomad..."
NOMAD_VERSION=0.10.3
NOMAD_VERSION=0.10.4
cd /tmp/
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
unzip nomad.zip