Traefik stops working, it uses old API version 1.24

Debug logs show:

ERR github.com/traefik/traefik/v3/pkg/provider/docker/pdocker.go:85 > Failed to retrieve information of the docker client and server host error="Error response from daemon: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" providerName=docker

It also talks about the version downgrading to 1.24 here:

Am sure the devs will know more about what is going on. Same issue here as well.

I also tried to force API Version via DOCKER_API_VERSION=1.52 (and tried 1.44), but always seemed to downgrade to 1.24. :frowning: