File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ public async Task StartAsync(CancellationToken token = default)
5656 "--https-enabled=false"
5757 ] ;
5858
59- var builder = new ContainerBuilder ( )
60- . WithImage ( $ "{ ImageName } :{ _imageTag } ")
59+ var builder = new ContainerBuilder ( $ "{ ImageName } :{ _imageTag } ")
6160 . WithExposedPort ( _internalPort )
6261 . WithPortBinding ( _internalPort , assignRandomHostPort : true ) ;
6362
Original file line number Diff line number Diff line change 1010
1111 <ItemGroup >
1212 <PackageReference Include =" NSec.Cryptography" Version =" 25.4.0" />
13- <PackageReference Include =" Testcontainers" Version =" 4.9 .0" />
13+ <PackageReference Include =" Testcontainers" Version =" 4.10 .0" />
1414 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 10.0.1" />
1515 <PackageReference Include =" Microsoft.Extensions.Options" Version =" 10.0.1" />
1616 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.1" />
You can’t perform that action at this time.
0 commit comments