mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-06-30 04:24:30 +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
|
||||
|
||||
|
@ -34,8 +34,8 @@ RUN go install \
|
|||
gvisor.dev/gvisor/pkg/tcpip/stack \
|
||||
golang.org/x/crypto/ssh \
|
||||
golang.org/x/crypto/acme \
|
||||
nhooyr.io/websocket \
|
||||
github.com/mdlayher/netlink
|
||||
github.com/coder/websocket \
|
||||
github.com/mdlayher/netlink
|
||||
|
||||
COPY tailscale/. .
|
||||
|
||||
|
|
4
build.sh
4
build.sh
|
@ -27,8 +27,8 @@
|
|||
# https://mikrotik.com/products/matrix
|
||||
#
|
||||
PLATFORM="linux/arm64"
|
||||
TAILSCALE_VERSION=1.66.1
|
||||
VERSION=0.1.31
|
||||
TAILSCALE_VERSION=1.74.0
|
||||
VERSION=0.1.32
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue