We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1071621 commit d6fe527Copy full SHA for d6fe527
install-tailscale.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
set -x
3
-TAILSCALE_VERSION=${TAILSCALE_VERSION:-1.22.0}
+TAILSCALE_VERSION=${TAILSCALE_VERSION:-1.64.0}
4
TS_FILE=tailscale_${TAILSCALE_VERSION}_amd64.tgz
5
wget -q "https://pkgs.tailscale.com/stable/${TS_FILE}" && tar xzf "${TS_FILE}" --strip-components=1
6
cp -r tailscale tailscaled /render/
render.yaml
@@ -7,7 +7,7 @@ services:
7
- key: TAILSCALE_AUTHKEY
8
sync: false
9
- key: TAILSCALE_VERSION
10
- value: 1.22.0
+ value: 1.64.0
11
- key: ADVERTISE_ROUTES
12
value: 10.0.0.0/8
13
disk:
0 commit comments