mirror of
https://github.com/Fluent-networks/tailscale-mikrotik.git
synced 2025-08-02 17:14:57 +02:00
0.1.21
Tailscale 1.48.1
This commit is contained in:
parent
aebc6b3aa5
commit
8621ce058b
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
FROM golang:1.20-alpine AS build-env
|
||||
FROM golang:1.21-alpine AS build-env
|
||||
|
||||
WORKDIR /go/src/tailscale
|
||||
|
||||
|
|
4
build.sh
4
build.sh
|
@ -25,8 +25,8 @@
|
|||
# https://mikrotik.com/products/matrix
|
||||
#
|
||||
PLATFORM="linux/arm/v7"
|
||||
TAILSCALE_VERSION=1.46.1
|
||||
VERSION=0.1.20
|
||||
TAILSCALE_VERSION=1.48.1
|
||||
VERSION=0.1.21
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue