Tailscale 1.38.1
This commit is contained in:
Frank Edwards 2023-03-20 19:40:07 +10:00
parent 3684edff86
commit 36ac5fd76e
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
#
############################################################################
FROM golang:1.19-alpine AS build-env
FROM golang:1.20-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.36.0
VERSION=0.1.14
TAILSCALE_VERSION=1.38.1
VERSION=0.1.15
set -eu