Jumps to latest release candidate

This commit is contained in:
ThatBen 2025-05-29 19:10:11 +02:00
parent a722f900f4
commit 4a86342633
No known key found for this signature in database
GPG Key ID: 62C543548433D43E
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
{
public class CodexDockerImage
{
private const string DefaultDockerImage = "codexstorage/nim-codex:0.2.2-dist-tests";
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-28a83db-dist-tests";
public static string Override { get; set; } = string.Empty;