Tailscale 1.48.1
This commit is contained in:
Frank Edwards 2023-08-26 09:31:39 +10:00
parent aebc6b3aa5
commit 8621ce058b
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
#
############################################################################
FROM golang:1.20-alpine AS build-env
FROM golang:1.21-alpine AS build-env
WORKDIR /go/src/tailscale

View file

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