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