From 940489f1c8d79107935e28c34dfca201dfa87a03 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 28 Feb 2022 16:39:30 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tailscale=20to?= =?UTF-8?q?=201.22.0=20(#80)?= 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 9e281692..5f0017dd 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.20.4_${ARCH}.tgz" \ + "https://pkgs.tailscale.com/stable/tailscale_1.22.0_${ARCH}.tgz" \ | tar zxvf - -C /opt/ --strip-components 1 \ \ && rm -f -r \