image: update measurements and image version (#1840)

Co-authored-by: malt3 <malt3@users.noreply.github.com>
Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
This commit is contained in:
edgelessci 2023-06-01 10:45:25 +02:00 committed by GitHub
parent bff8e684e1
commit 13ffb93ad8
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.20230525164344-0a6e5ec02ed0"
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230531120000-c5e016a8e28f"
)