From 466807246bdee46b9954d2a55e5c9f052342e805 Mon Sep 17 00:00:00 2001 From: Dennis Melzer Date: Mon, 16 Sep 2024 21:57:33 +0200 Subject: [PATCH] Update Dockerfile update to tailscale_1.74.0_amd64.tgz --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b4bb0b..03faba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN pip install -t . requests pysocks awslambdaric FROM alpine:latest as tailscale WORKDIR /app COPY . ./ -ENV TSFILE=tailscale_1.64.0_amd64.tgz +ENV TSFILE=tailscale_1.74.0_amd64.tgz RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \ tar xzf ${TSFILE} --strip-components=1 COPY . ./