I setup 3 containers in a stack with different versions of the same image as a test, and noticed that PatchPanda only detects one of them needing an update, but I don't know if this is because it thinks the second is actually a duplicate, or some other problem.
services:
whoami:
image: traefik/whoami:v1.11
whoami2:
image: traefik/whoami:v1.9
whoami3:
image: traefik/whoami:v1.10.0
I setup 3 containers in a stack with different versions of the same image as a test, and noticed that PatchPanda only detects one of them needing an update, but I don't know if this is because it thinks the second is actually a duplicate, or some other problem.