From 593ece5b0385a13730f12d197d3815f4e0621d46 Mon Sep 17 00:00:00 2001 From: Frank Edwards Date: Sun, 29 Jan 2023 19:03:13 +1000 Subject: [PATCH] Revert "0.1.12" This reverts commit 24bf73eca55a635e71995a37e254fbe3bf6c43bc. --- Dockerfile | 4 ++-- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 036ca8d..2f2a59a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ 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 @@ -36,7 +35,8 @@ RUN go install \ golang.org/x/crypto/ssh \ golang.org/x/crypto/acme \ nhooyr.io/websocket \ - github.com/mdlayher/netlink + github.com/mdlayher/netlink \ + golang.zx2c4.com/wireguard/device COPY tailscale/. . diff --git a/build.sh b/build.sh index bc9b067..52cc23b 100755 --- a/build.sh +++ b/build.sh @@ -25,8 +25,8 @@ # https://mikrotik.com/products/matrix # PLATFORM="linux/arm/v7" -TAILSCALE_VERSION=1.36.0 -VERSION=0.1.12 +TAILSCALE_VERSION=1.34.2 +VERSION=0.1.10 set -eu