From 5c67e169a9fc3aef46dffc5df9e74978703d71bb Mon Sep 17 00:00:00 2001 From: "GitHub Action: auto update tailscale" Date: Sun, 21 Jul 2024 00:52:41 +0000 Subject: [PATCH] auto update tailscale version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ec9d86..ec4e250 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TSVERSION=1.68.2 +ARG TSVERSION=1.70.0 ARG TSFILE=tailscale_${TSVERSION}_amd64.tgz FROM alpine:latest as build