Watchtower keeps restarting on all hosts

Hello, so i see this problem on my all hosts x86 as well as on arm.
Watchtowers are keep restarting and not working. I thought maybe something is changed, checked official storj documentation, but indeed i’m using right command to start it:

docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower node1 watchtower --stop-timeout 300s

Despite that it’s restarting all the time, while the logs show this:

docker logs -f watchtower
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory
exec /watchtower: no such file or directory

How do i deal with it?
TY

Please try:

docker rmi storjlabs/watchtower

then

docker pull storjlabs/watchtower

and try to run your full watchtower command