image: update measurements and image version (#1756)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-05-12 18:51:47 +02:00 committed by GitHub
parent 080e0bcaec
commit f30e0c9bdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -8,5 +8,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230504130006-c3b13178aa89"
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230508114318-81f79d943a64"
)