diff --git a/Dockerfile b/Dockerfile index bbef600..1675888 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/. . diff --git a/build.sh b/build.sh index 2353543..1118487 100755 --- a/build.sh +++ b/build.sh @@ -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