Updates for release candidate of v0.2.4

This commit is contained in:
Ben 2025-06-12 08:32:17 +02:00
parent 1a763c6596
commit 5056ac1454
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
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:sha-3e17207-dist-tests";
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-e324ac8-dist-tests";
public static string Override { get; set; } = string.Empty;