From 9e6421e78be62c0aa164abac5e1e27d9c0dbbe80 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 15 Jan 2024 11:11:39 -0300 Subject: [PATCH] newer tailscale --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92874bd..e7ea470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . ./ FROM alpine:latest as tailscale WORKDIR /app COPY . ./ -ENV TSFILE=tailscale_1.28.0_amd64.tgz +ENV TSFILE=tailscale_1.56.1_amd64.tgz RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && tar xzf ${TSFILE} --strip-components=1 COPY . ./