image: update measurements and image version (#2019)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-07-05 08:32:25 +02:00 committed by Adrian Stobbe
parent b3fb972689
commit d204b7a35b
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.9.0-pre.0.20230629134636-a241a84770b9"
defaultImage = "ref/main/stream/nightly/v2.9.0-pre.0.20230704152309-9de8660bd78f"
)