Skip to content

Commit d6fe527

Browse files
authored
Upgrade Tailscale to 1.64.0 (#21)
* Update install-tailscale.sh * Update render.yaml
1 parent 1071621 commit d6fe527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install-tailscale.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
set -x
3-
TAILSCALE_VERSION=${TAILSCALE_VERSION:-1.22.0}
3+
TAILSCALE_VERSION=${TAILSCALE_VERSION:-1.64.0}
44
TS_FILE=tailscale_${TAILSCALE_VERSION}_amd64.tgz
55
wget -q "https://pkgs.tailscale.com/stable/${TS_FILE}" && tar xzf "${TS_FILE}" --strip-components=1
66
cp -r tailscale tailscaled /render/

render.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- key: TAILSCALE_AUTHKEY
88
sync: false
99
- key: TAILSCALE_VERSION
10-
value: 1.22.0
10+
value: 1.64.0
1111
- key: ADVERTISE_ROUTES
1212
value: 10.0.0.0/8
1313
disk:

0 commit comments

Comments
 (0)