File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212## Build Status
1313
14- Latest released version is ` 0.3.1 ` .
14+ Latest released version is ` 0.3.2 ` .
1515
16- Current development version is ` 0.3.2 ` .
16+ Current development version is ` 0.3.3 ` .
1717
1818#### Sonarcloud Quality metrics
1919
@@ -49,7 +49,7 @@ To get involved with our community, please make sure you are familiar with the p
4949### Include it into your project dependencies
5050
5151```
52- dotnet add package Microcks.Testcontainers --version 0.3.1
52+ dotnet add package Microcks.Testcontainers --version 0.3.2
5353```
5454
5555### Startup the container
@@ -58,7 +58,7 @@ You just have to specify the container image you'd like to use. This library req
5858
5959``` csharp
6060MicrocksContainer container = new MicrocksBuilder ()
61- .WithImage (" quay.io/microcks/microcks-uber:1.12.1 " )
61+ .WithImage (" quay.io/microcks/microcks-uber:1.13.0 " )
6262 .Build ();
6363await container .StartAsync ();
6464```
You can’t perform that action at this time.
0 commit comments