From b5cf58317f315ab3be744de66130a36a93d98bae Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 19 Nov 2021 08:56:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tailscale=20to?= =?UTF-8?q?=201.18.0?= 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 cd90eb0a..faab87aa 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.16.2_${ARCH}.tgz" \ + "https://pkgs.tailscale.com/stable/tailscale_1.18.0_${ARCH}.tgz" \ | tar zxvf - -C /opt/ --strip-components 1 \ \ && rm -f -r \