image: update measurements and image version (#3878)

Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
edgelessci 2025-07-11 10:55:32 +02:00 committed by GitHub
parent 244fb1cb11
commit a304b3400f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.24.0-pre.0.20250707102834-da6468e53691"
defaultImage = "ref/main/stream/nightly/v2.24.0-pre.0.20250709082945-244fb1cb112d"
)