Skip to content

Commit 5d6aa82

Browse files
[SqlClient] Update mssql/server test container (open-telemetry#2825)
1 parent 1eea36b commit 5d6aa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenTelemetry.Instrumentation.SqlClient.Tests/SqlClientIntegrationTestsFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static MsSqlContainer CreateMsSql()
3939
// a new version (>3.10.0) of Testcontainers.MsSql released. See:
4040
// https://github.com/testcontainers/testcontainers-dotnet/pull/1265
4141
return new MsSqlBuilder()
42-
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
42+
.WithImage("mcr.microsoft.com/mssql/server:2022-CU19-ubuntu-22.04")
4343
.Build();
4444
}
4545
}

0 commit comments

Comments
 (0)