From 868cda2bb0b96969c69505676ef48db4150b1d0b Mon Sep 17 00:00:00 2001 From: Spenser Pothier Date: Tue, 11 Jun 2024 16:49:16 -0700 Subject: [PATCH] Update Dockerfile Update Dockerfile to latest available tailscale version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 407f90e..4643773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine AS tailscale RUN apk add --no-cache curl ARG TARGETARCH -ARG TSVERSION=1.58.2 +ARG TSVERSION=1.66.4 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