summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 11:17:17 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 11:17:17 +0100
commit9615c940bbe649577fc4018533a114c2269b84cd (patch)
treebd40798617c541d309bac55cdd5854d85fd21c77
parent33e0fb21d62f8e57edd028210d0972fbe955d09b (diff)
specifies explicit ENVSUBST_VERSION if wget from github
-rw-r--r--install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 965f1d7..1cc7904 100644
--- a/install.sh
+++ b/install.sh
@@ -23,7 +23,8 @@ if [ -z "$(which envsubst 2>/dev/null)" ]
then
if [ "$(arch)" = "x86_64" ] || [ "$(arch)" = "arm64" ]
then
- wget -O /usr/local/bin/envsubst https://github.com/a8m/envsubst/releases/download/latest/envsubst-Linux-$(arch)
+ ENVSUBST_VERSION=1.4.3
+ wget -O /usr/local/bin/envsubst https://github.com/a8m/envsubst/releases/download/v${ENVSUBST_VERSION}/envsubst-Linux-$(arch)
chmod +x /usr/local/bin/envsubst
else
doas apk add go