bumps profiler enabled codex image

This commit is contained in:
Ben 2025-05-27 11:27:40 +02:00
parent f8293c337a
commit 597ff9d2a6
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B

View File

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