As part of this release we had 6 issues closed.
⚠️ This version has breaking changes (relates to #154 and commit e037aae), to provide reliable unit tests, the implementation of IAsyncDisposable (netstandard2.1) was necessary.
- #160 Add WithDockerEndpoint to ITestcontainersBuilder.
- #180 Add WithDockerfile to IImageFromDockerfileBuilder.
- #181 Update nginx examples in README.md.
- #154 Fix issue, where xUnit tests run in certain circumstances in a deadlock.
- #178 Fix issue, where Wait.UntilPortsAreAvailable throws and exception if the container does not have /bin/bash (by @jdelucaa).
- #183 Fix issue, where local Docker images where not found.