From d412665f9725aaf94c4bf0ff47d6fdc78899747f Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:18:11 +1000 Subject: [PATCH] revert change to codex image --- DistTestCore/Codex/CodexContainerRecipe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DistTestCore/Codex/CodexContainerRecipe.cs b/DistTestCore/Codex/CodexContainerRecipe.cs index fb38195..9dcfb32 100644 --- a/DistTestCore/Codex/CodexContainerRecipe.cs +++ b/DistTestCore/Codex/CodexContainerRecipe.cs @@ -6,7 +6,7 @@ namespace DistTestCore.Codex { public class CodexContainerRecipe : DefaultContainerRecipe { - public const string DockerImage = "codexstorage/nim-codex:sha-dd67b74"; + private const string DefaultDockerImage = "codexstorage/nim-codex:latest-dist-tests"; public const string MetricsPortTag = "metrics_port"; public const string DiscoveryPortTag = "discovery-port";