We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a488410 commit 1216403Copy full SHA for 1216403
scripts/install-thv.sh
@@ -33,8 +33,8 @@ fi
33
34
# Temporary fix for early exit if container runtime isn't found
35
36
-RELEASE_VERSION="v0.2.9"
37
-RELEASE_TARBALL="https://github.com/stacklok/toolhive/releases/download/v0.2.9/toolhive_0.2.9_linux_amd64.tar.gz"
+RELEASE_VERSION="v0.2.17"
+RELEASE_TARBALL="https://github.com/stacklok/toolhive/releases/download/v0.2.17/toolhive_0.2.17_linux_amd64.tar.gz"
38
39
# Determine installation location based on write permissions
40
if [[ -w "/usr/local/bin" ]]; then
0 commit comments