From 24bf73eca55a635e71995a37e254fbe3bf6c43bc Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Sun, 29 Jan 2023 18:41:42 +1000 Subject: [PATCH] 0.1.12 Update to Tailscale 1.36.0 --- Dockerfile | 4 ++-- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f2a59a..036ca8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ FROM golang:1.19-alpine AS build-env WORKDIR /go/src/tailscale +ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on COPY tailscale/go.mod tailscale/go.sum ./ RUN go mod download @@ -35,8 +36,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..bc9b067 100755 --- a/build.sh +++ b/build.sh @@ -25,8 +25,8 @@ # https://mikrotik.com/products/matrix # PLATFORM="linux/arm/v7" -TAILSCALE_VERSION=1.34.2 -VERSION=0.1.10 +TAILSCALE_VERSION=1.36.0 +VERSION=0.1.12 set -eu