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 \