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 1418949 commit dd6bfbbCopy full SHA for dd6bfbb
1 file changed
test/component/Elsa.Workflows.ComponentTests/Helpers/Fixtures/Infrastructure.cs
@@ -9,7 +9,7 @@ public class Infrastructure : IAsyncLifetime
9
//public readonly PostgreSqlContainer DbContainer = new PostgreSqlBuilder().Build();
10
11
public readonly MsSqlContainer DbContainer = new MsSqlBuilder()
12
- .WithImage("mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04")
+ //.WithImage("mcr.microsoft.com/mssql/server:2025-GA-ubuntu")
13
.Build();
14
15
public readonly RabbitMqContainer RabbitMqContainer = new RabbitMqBuilder()
0 commit comments