image: update measurements and image version (#2206)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-08-11 11:19:57 +02:00 committed by GitHub
parent 589ac8c400
commit aa787a3ea6
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.10.0-pre.0.20230808164613-eb2f3c30215c"
defaultImage = "ref/main/stream/nightly/v2.10.0-pre.0.20230810175659-c58770b8f8cb"
)