Looks like a recent update in the GHA image is breaking our tests with: ``` Cause: javax.ws.rs.client.ResponseProcessingException: com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of `com.spotify.docker.client.messages.ImageInfo`, problem: Null container ``` It started happening today. If this is an issue with the docker-client that docker-it-scala uses, how can we workaround this? This is using ubuntu-latest image with docker-testkit-scalatest 0.12.0. See: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240609.1 Previous docker server was 24.0.9, now it is 26.1.3. Thank you!