From fdc9c35ef23908df1cfc2aeb22eff4993dbc3db0 Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Wed, 14 Aug 2024 07:08:44 +1000 Subject: [PATCH] pin consul to latest version again --- consul/consul.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/consul.sh b/consul/consul.sh index 7dc4cac..8d601eb 100644 --- a/consul/consul.sh +++ b/consul/consul.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://www.nomadproject.io/guides/integrations/consul-connect/index.html -VERSION=1.17.3 +VERSION=latest arch=$(lscpu | grep "Architecture" | awk '{print $NF}') if [[ $arch == x86_64* ]]; then