image: update measurements and image version (#1700)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-04-28 08:02:19 +02:00 committed by GitHub
parent 84c7550f37
commit 1ea060e873
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 = "v2.6.0"
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230427155146-4cfa7a0306a5"
)