image: update measurements and image version (#1861)

Co-authored-by: malt3 <malt3@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-06-02 16:06:34 +02:00 committed by GitHub
parent a813760f96
commit b2527d314e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230601131600-289665eb22d5"
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230602092946-0fac6a03cc0a"
)