image: update measurements and image version (#2351)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-09-25 10:18:55 +02:00 committed by GitHub
parent 33c9f16e82
commit df77696620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.12.0-pre.0.20230919141022-548bb2dfa676"
defaultImage = "ref/main/stream/nightly/v2.12.0-pre.0.20230921120800-3ed001fa8a02"
)