Restarting loop after upgrade to v0.15.2

After update storagenode went into infinite restarting loop.

docker exec -it storagenode /app/storagenode help
Error response from daemon: Container 7999ed375959d266bd754bbdcec54760eaceb625c7dc394f030c6db12de785ae is restarting, wait until the container is running

In logs I got this:

docker logs --tail 5 storagenode
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”
standard_init_linux.go:211: exec user process caused “exec format error”

Makes no sense to me as node was fine.

To make sure all is fine I did remove storagenode container and pull it again.
Same result.

I get those kind of errors if I try to run a x86 container on my arm platform

I found that info as well… container was upgraded by watchtower overnight. However, to make sure I pull right one I removed it and run docker pull again. Same result.

Please, stop and remove the watchtower and storagenode containers.
Please, update storagenode to the latest version and run it with updated parameters.
After that please show your latest logs:
docker logs --tail 20 storagenode

Once I stopped and removed all storagenode containers as well as images and downloaded them again all went back to normal.