mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-06-30 12:34:32 +02:00
0.1.32
Tailscale 1.74.0
This commit is contained in:
parent
30545b44d3
commit
aab9d1dd12
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
FROM golang:1.22-alpine AS build-env
|
FROM golang:1.23-alpine AS build-env
|
||||||
|
|
||||||
WORKDIR /go/src/tailscale
|
WORKDIR /go/src/tailscale
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ RUN go install \
|
||||||
gvisor.dev/gvisor/pkg/tcpip/stack \
|
gvisor.dev/gvisor/pkg/tcpip/stack \
|
||||||
golang.org/x/crypto/ssh \
|
golang.org/x/crypto/ssh \
|
||||||
golang.org/x/crypto/acme \
|
golang.org/x/crypto/acme \
|
||||||
nhooyr.io/websocket \
|
github.com/coder/websocket \
|
||||||
github.com/mdlayher/netlink
|
github.com/mdlayher/netlink
|
||||||
|
|
||||||
COPY tailscale/. .
|
COPY tailscale/. .
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -27,8 +27,8 @@
|
||||||
# https://mikrotik.com/products/matrix
|
# https://mikrotik.com/products/matrix
|
||||||
#
|
#
|
||||||
PLATFORM="linux/arm64"
|
PLATFORM="linux/arm64"
|
||||||
TAILSCALE_VERSION=1.66.1
|
TAILSCALE_VERSION=1.74.0
|
||||||
VERSION=0.1.31
|
VERSION=0.1.32
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue