We are stuck now on 0.41.4, this version breaks with the new Docker version. The 0.44.1 has a [bug](https://github.com/testcontainers/testcontainers-scala/issues/543) which doesn't allow us to upgrade. A workaround for now is to add a docker api version hint (`echo "api.version=1.44" > ~/.docker-java.properties`)
We are stuck now on 0.41.4, this version breaks with the new Docker version.
The 0.44.1 has a bug which doesn't allow us to upgrade.
A workaround for now is to add a docker api version hint (
echo "api.version=1.44" > ~/.docker-java.properties)