Skip to content

Commit 0e91a8d

Browse files
committed
force version
1 parent 5736425 commit 0e91a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Serilog.Ui.MsSqlServerProvider.Tests/Util/MsSqlServerTestProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected MsSqlServerTestProvider()
3232
.ForUnixContainer()
3333
.UntilCommandIsCompleted("/opt/mssql-tools18/bin/sqlcmd", "-C", "-Q", "SELECT 1;");
3434
Container = new MsSqlBuilder()
35+
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
3536
.WithWaitStrategy(waitStrategy)
3637
.Build();
3738
}

0 commit comments

Comments
 (0)