From 72f10a2b6b1d8d742c6c0c2fe1816809a3f41e18 Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Sun, 29 Jan 2023 19:12:55 +1000 Subject: [PATCH] 0.1.13 Update to Tailscale 1.36.0 --- Dockerfile | 3 +-- build.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f2a59a..d400f6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/. . diff --git a/build.sh b/build.sh index 52cc23b..d781c13 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ # PLATFORM="linux/arm/v7" TAILSCALE_VERSION=1.34.2 -VERSION=0.1.10 +VERSION=0.1.13 set -eu