We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eea36b commit 5d6aa82Copy full SHA for 5d6aa82
test/OpenTelemetry.Instrumentation.SqlClient.Tests/SqlClientIntegrationTestsFixture.cs
@@ -39,7 +39,7 @@ private static MsSqlContainer CreateMsSql()
39
// a new version (>3.10.0) of Testcontainers.MsSql released. See:
40
// https://github.com/testcontainers/testcontainers-dotnet/pull/1265
41
return new MsSqlBuilder()
42
- .WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
+ .WithImage("mcr.microsoft.com/mssql/server:2022-CU19-ubuntu-22.04")
43
.Build();
44
}
45
0 commit comments