From 6cb15c8cdcfe44229c7adf19ec432ee2f1357e6b Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Wed, 26 Oct 2022 16:01:28 -0700 Subject: [PATCH] Update to Tailscale 1.32.2. (#47) Signed-off-by: Denton Gentry Signed-off-by: Denton Gentry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a85f7cf..3fa3793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine AS tailscale RUN apk add --no-cache curl ARG TARGETARCH -ARG TSVERSION=1.30.2 +ARG TSVERSION=1.32.2 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