image: update measurements and image version (#3377)

Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-09-25 08:41:47 +02:00 committed by GitHub
parent c0a59a18d5
commit d65987cb15
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.18.0-pre.0.20240919141651-1ca8d4f97772"
defaultImage = "ref/main/stream/nightly/v2.18.0-pre.0.20240924095245-068e68d478a5"
)