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 a77bbbd commit 61401a8Copy full SHA for 61401a8
ProjectPlugins/CodexPlugin/CodexDockerImage.cs
@@ -4,8 +4,7 @@ namespace CodexPlugin
4
{
5
public class CodexDockerImage : ICodexDockerImageProvider
6
7
- private const string DefaultDockerImage = "codexstorage/nim-codex:sha-c9a5ef8-dist-tests";
8
- //"codexstorage/nim-codex:latest-dist-tests";
+ private const string DefaultDockerImage = "codexstorage/nim-codex:latest-dist-tests";
9
10
public static string Override { get; set; } = string.Empty;
11
0 commit comments