From cedd14b692ff6d96cfd60a56d31408dce919c68e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:01:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20tailscale/tailsca?= =?UTF-8?q?le=20to=20v1.76.6?= 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 5a06cefc..a700db2c 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.1" +ARG TAILSCALE_VERSION="v1.76.6" RUN \ apk add --no-cache \ ethtool=6.7-r0 \