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 07105a5 commit 3aea07bCopy full SHA for 3aea07b
test/OpenTelemetry.Instrumentation.SqlClient.Tests/SqlClientIntegrationTestsFixture.cs
@@ -40,7 +40,7 @@ private static MsSqlContainer CreateMsSql()
40
// a new version (>3.10.0) of Testcontainers.MsSql released. See:
41
// https://github.com/testcontainers/testcontainers-dotnet/pull/1265
42
return new MsSqlBuilder()
43
- .WithImage("mcr.microsoft.com/mssql/server:2022-CU19-ubuntu-22.04")
+ .WithImage("mcr.microsoft.com/mssql/server:2022-CU20-ubuntu-22.04")
44
.Build();
45
}
46
0 commit comments