diff --git a/tailscale/Dockerfile b/tailscale/Dockerfile index 379c3c41..70deb099 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.1_${ARCH}.tgz" \ + "https://pkgs.tailscale.com/stable/tailscale_1.20.2_${ARCH}.tgz" \ | tar zxvf - -C /opt/ --strip-components 1 \ \ && rm -f -r \