From a9f3110663e90ff73b13f6148b2a4ba418032065 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 13 Jan 2022 10:02:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tailscale=20to?= =?UTF-8?q?=201.20.0=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailscale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index 5a78f889..1ae3c9bc 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -25,7 +25,7 @@ RUN \ && if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="386"; fi \ \ && curl -L -s \ - "https://pkgs.tailscale.com/stable/tailscale_1.18.2_${ARCH}.tgz" \ + "https://pkgs.tailscale.com/stable/tailscale_1.20.0_${ARCH}.tgz" \ | tar zxvf - -C /opt/ --strip-components 1 \ \ && rm -f -r \