mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-07-10 17:34:30 +02:00
0.1.15
Tailscale 1.38.1
This commit is contained in:
parent
3684edff86
commit
36ac5fd76e
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
FROM golang:1.19-alpine AS build-env
|
FROM golang:1.20-alpine AS build-env
|
||||||
|
|
||||||
WORKDIR /go/src/tailscale
|
WORKDIR /go/src/tailscale
|
||||||
|
|
||||||
|
|
4
build.sh
4
build.sh
|
@ -25,8 +25,8 @@
|
||||||
# https://mikrotik.com/products/matrix
|
# https://mikrotik.com/products/matrix
|
||||||
#
|
#
|
||||||
PLATFORM="linux/arm/v7"
|
PLATFORM="linux/arm/v7"
|
||||||
TAILSCALE_VERSION=1.36.0
|
TAILSCALE_VERSION=1.38.1
|
||||||
VERSION=0.1.14
|
VERSION=0.1.15
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue