image: update measurements and image version (#2812)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-01-10 08:13:30 +01:00 committed by GitHub
parent 49ecb2415f
commit c61507f220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.15.0-pre.0.20240104162524-f41ce4391964"
defaultImage = "ref/main/stream/nightly/v2.15.0-pre.0.20240109214653-e618050c7afd"
)