Skip to content

Commit 2941847

Browse files
committed
Updating the references to the SQL Server Testcontainer
1 parent 9c5d78d commit 2941847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Deveel.Webhooks.EntityFramework.XUnit/Deveel.Webhooks.EntityFramework.XUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.3" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Testcontainers.MsSql" Version="3.8.0" />
23+
<PackageReference Include="Testcontainers.MsSql" Version="4.6.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

test/Deveel.Webhooks.EntityFramework.XUnit/Webhooks/MsSqlTestDatabase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public class MsSqlTestDatabase : IAsyncLifetime
1313
public MsSqlTestDatabase()
1414
{
1515
_container = new MsSqlBuilder()
16-
.WithImage("mcr.microsoft.com/mssql/server:2019-CU14-ubuntu-20.04")
17-
.Build();
16+
.WithImage("mcr.microsoft.com/mssql/server:2022-CU10-ubuntu-22.04")
17+
.Build();
1818
}
1919

2020
public string ConnectionString

0 commit comments

Comments
 (0)