Skip to content

Commit

Permalink
Update SqlServer testing image
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPav committed Dec 20, 2024
1 parent e81782d commit e02a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Ooze.Typed.Tests.SqlServer/SqlServerFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Ooze.Typed.Tests.SqlServer;
public class SqlServerFixture : IAsyncLifetime
{
private readonly MsSqlContainer _sqlServerContainer = new MsSqlBuilder()
.WithImage("mcr.microsoft.com/mssql/server:2022-CU4-ubuntu-20.04")
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
.WithPortBinding(1433, true)
.WithCleanUp(true)
.Build();
Expand Down

0 comments on commit e02a9b3

Please sign in to comment.