From c1e89e75c0fc0d8ec02be6d0ad5fa5965f4e8415 Mon Sep 17 00:00:00 2001 From: "GitHub Action: auto update tailscale" Date: Sun, 16 Jun 2024 00:50:49 +0000 Subject: [PATCH] auto update tailscale version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd3029d..c09982c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TSVERSION=1.66.4 +ARG TSVERSION=1.68.1 ARG TSFILE=tailscale_${TSVERSION}_amd64.tgz FROM alpine:latest as build