Skip to content

Commit

Permalink
Try 2019 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 21, 2024
1 parent 844453c commit 4613ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public record SqlServerTestContainerDatabase(
: TestContainerDatabase(GrateTestConfig)
{
// Run with linux/amd86 on ARM architectures too, the docker emulation is good enough
public override string DockerImage => GrateTestConfig.DockerImage ?? "mcr.microsoft.com/mssql/server:2022-latest";
public override string DockerImage => GrateTestConfig.DockerImage ?? "mcr.microsoft.com/mssql/server:2019-latest";
protected override int InternalPort => MsSqlBuilder.MsSqlPort;
protected override string NetworkAlias => "sqlserver-test-container";

Expand Down

0 comments on commit 4613ccf

Please sign in to comment.