Skip to content

Commit

Permalink
force version
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne committed Sep 29, 2024
1 parent 5736425 commit 0e91a8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ protected MsSqlServerTestProvider()
.ForUnixContainer()
.UntilCommandIsCompleted("/opt/mssql-tools18/bin/sqlcmd", "-C", "-Q", "SELECT 1;");
Container = new MsSqlBuilder()
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
.WithWaitStrategy(waitStrategy)
.Build();
}
Expand Down

0 comments on commit 0e91a8d

Please sign in to comment.