image: update measurements and image version (#1855)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-06-02 10:13:22 +02:00 committed by GitHub
parent 1b92d96feb
commit 7ef7f09dda
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.20230531120000-c5e016a8e28f"
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230601131600-289665eb22d5"
)