image: update measurements and image version (#2886)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-02-02 09:10:12 +01:00 committed by GitHub
parent d5e4435e3d
commit 711b53d5c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.15.0-pre.0.20240126180529-0d69e4e645fe"
defaultImage = "ref/main/stream/nightly/v2.16.0-pre.0.20240201150507-d5e4435e3d40"
)