docs: update to Nomad 0.10.4 in Vagrantfile
This commit is contained in:
parent
74d5f662e6
commit
02af3cd33a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue