From 242d64f183e1e5e5ace797f712696b5729bd1700 Mon Sep 17 00:00:00 2001 From: Keli Velazquez Date: Tue, 10 Dec 2024 17:12:12 -0500 Subject: [PATCH] dockerfile: update Tailscale to 1.78.1 Updates tailscale/corp/24832 Signed-off-by: Keli Velazquez --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 237b99e..8687732 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine AS tailscale RUN apk add --no-cache curl ARG TARGETARCH -ARG TSVERSION=1.76.6 +ARG TSVERSION=1.78.1 RUN curl -fSsLo /tmp/tailscale.tgz https://pkgs.tailscale.com/stable/tailscale_${TSVERSION}_${TARGETARCH}.tgz \ && mkdir /out \ && tar -C /out -xzf /tmp/tailscale.tgz --strip-components=1