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 74d5f662e6
commit 02af3cd33a
1 changed files with 1 additions and 1 deletions

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