From 457c95013f042440207d4dd854989e1cb9cf965a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 Aug 2021 18:33:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Tailscale=20to?= =?UTF-8?q?=201.14.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 83e0a233..8e56b991 100755 --- a/tailscale/Dockerfile +++ b/tailscale/Dockerfile @@ -24,7 +24,7 @@ RUN \ && if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="386"; fi \ \ && curl -L -s \ - "https://pkgs.tailscale.com/stable/tailscale_1.12.3_${ARCH}.tgz" \ + "https://pkgs.tailscale.com/stable/tailscale_1.14.0_${ARCH}.tgz" \ | tar zxvf - -C /opt/ --strip-components 1 \ \ && rm -f -r \