Skip to content

Commit 61401a8

Browse files
committed
sets codex image back to latest
1 parent a77bbbd commit 61401a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ProjectPlugins/CodexPlugin/CodexDockerImage.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ namespace CodexPlugin
44
{
55
public class CodexDockerImage : ICodexDockerImageProvider
66
{
7-
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-c9a5ef8-dist-tests";
8-
//"codexstorage/nim-codex:latest-dist-tests";
7+
private const string DefaultDockerImage = "codexstorage/nim-codex:latest-dist-tests";
98

109
public static string Override { get; set; } = string.Empty;
1110

0 commit comments

Comments
 (0)