Skip to content

Commit 3aea07b

Browse files
[SqlClient] Update test container (#2907)
1 parent 07105a5 commit 3aea07b

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
@@ -40,7 +40,7 @@ private static MsSqlContainer CreateMsSql()
4040
// a new version (>3.10.0) of Testcontainers.MsSql released. See:
4141
// https://github.com/testcontainers/testcontainers-dotnet/pull/1265
4242
return new MsSqlBuilder()
43-
.WithImage("mcr.microsoft.com/mssql/server:2022-CU19-ubuntu-22.04")
43+
.WithImage("mcr.microsoft.com/mssql/server:2022-CU20-ubuntu-22.04")
4444
.Build();
4545
}
4646
}

0 commit comments

Comments
 (0)