Skip to content

Commit

Permalink
upgrade tailscale to 1.76.6
Browse files Browse the repository at this point in the history
  • Loading branch information
uchouhan committed Nov 20, 2024
1 parent 986bd88 commit 3674304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3674304

Please sign in to comment.