Tailscale 1.74.0
This commit is contained in:
Frank Edwards 2024-09-15 10:05:42 +10:00
parent 30545b44d3
commit aab9d1dd12
2 changed files with 5 additions and 5 deletions

View file

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

View file

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