From b4a187f0b620c40e8a640d503a91d7de89b17172 Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 9 Oct 2023 16:35:09 +0200 Subject: [PATCH] undo custom image --- ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs b/ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs index cf72fb6..ebef993 100644 --- a/ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs +++ b/ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs @@ -7,8 +7,7 @@ namespace CodexPlugin { private readonly MarketplaceStarter marketplaceStarter = new MarketplaceStarter(); - //private const string DefaultDockerImage = "codexstorage/nim-codex:latest-dist-tests"; - private const string DefaultDockerImage = "codexstorage/nim-codex:sha-1875e6b-dist-tests"; + private const string DefaultDockerImage = "codexstorage/nim-codex:latest-dist-tests"; public const string MetricsPortTag = "metrics_port"; public const string DiscoveryPortTag = "discovery-port";