Skip to content

Commit

Permalink
pin consul to latest version again
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Aug 13, 2024
1 parent 528d2b7 commit fdc9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/consul.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fdc9c35

Please sign in to comment.