image: update measurements and image version (#3748)

Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
edgelessci 2025-04-09 11:33:03 +02:00 committed by GitHub
parent 4e5c213b4d
commit 667da042bc
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.23.0-pre.0.20250403094712-ba0865706e51"
defaultImage = "ref/main/stream/nightly/v2.23.0-pre.0.20250408114316-bfab84ce1cb7"
)