Skip to content

Commit 2d3bfc6

Browse files
chore: Bump Testcontainers from 4.9.0 to 4.10.0 (#126)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c6c159 commit 2d3bfc6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/EventSourcingDb/Container.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

src/EventSourcingDb/EventSourcingDb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"/>

0 commit comments

Comments
 (0)