Update to Tailscale 1.36.0
This commit is contained in:
Frank Edwards 2023-01-29 19:12:55 +10:00
parent 593ece5b03
commit 72f10a2b6b
2 changed files with 2 additions and 3 deletions

View file

@ -35,8 +35,7 @@ RUN go install \
golang.org/x/crypto/ssh \
golang.org/x/crypto/acme \
nhooyr.io/websocket \
github.com/mdlayher/netlink \
golang.zx2c4.com/wireguard/device
github.com/mdlayher/netlink
COPY tailscale/. .

View file

@ -26,7 +26,7 @@
#
PLATFORM="linux/arm/v7"
TAILSCALE_VERSION=1.34.2
VERSION=0.1.10
VERSION=0.1.13
set -eu