Revert "0.1.12"

This reverts commit 24bf73eca5.
This commit is contained in:
Frank Edwards 2023-01-29 19:03:13 +10:00
parent 24bf73eca5
commit 593ece5b03
2 changed files with 4 additions and 4 deletions

View file

@ -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/. .

View file

@ -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