diff --git a/DistTestCore/Codex/CodexContainerRecipe.cs b/DistTestCore/Codex/CodexContainerRecipe.cs index 29bdc9ed..ea6f187c 100644 --- a/DistTestCore/Codex/CodexContainerRecipe.cs +++ b/DistTestCore/Codex/CodexContainerRecipe.cs @@ -5,7 +5,7 @@ namespace DistTestCore.Codex { public class CodexContainerRecipe : ContainerRecipeFactory { - private const string DefaultDockerImage = "codexstorage/nim-codex:latest"; + private const string DefaultDockerImage = "codexstorage/nim-codex:sha-7efa917"; public const string MetricsPortTag = "metrics_port"; public const string DiscoveryPortTag = "discovery-port";