From 3674304b5be4662b3af0403e4e35206cb8631af5 Mon Sep 17 00:00:00 2001 From: Umang Chouhan Date: Wed, 20 Nov 2024 07:31:25 -0800 Subject: [PATCH] upgrade tailscale to 1.76.6 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 131416f..e8804d1 100755 --- a/bin/compile +++ b/bin/compile @@ -36,7 +36,7 @@ shopt -s nullglob export_env_dir "$ENV_DIR" -: ${TAILSCALE_VERSION:=1.56.1} && echo "-----> Using Tailscale version: $TAILSCALE_VERSION" +: ${TAILSCALE_VERSION:=1.76.6} && echo "-----> Using Tailscale version: $TAILSCALE_VERSION" mkdir -p "$BUILD_DIR/.heroku/tailscale/bin" export PATH="$BUILD_DIR/.heroku/tailscale/bin:$PATH"