From 25e1dab0b338a677a5f26cf450baafbf16173c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:00:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20tailscale/tailsca?= =?UTF-8?q?le=20to=20v1.78.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index e7dd72fa..16acdadf 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base ARG BUILD_ARCH=amd64 -ARG TAILSCALE_VERSION="v1.76.6" +ARG TAILSCALE_VERSION="v1.78.0" RUN \ apk add --no-cache \ ethtool=6.7-r0 \