image: update measurements and image version (#2831)

Co-authored-by: malt3 <malt3@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-01-17 18:55:10 +01:00 committed by GitHub
parent b8933560be
commit 2acbd10ef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.20240116173444-9d6321faa3df"
defaultImage = "ref/main/stream/nightly/v2.15.0-pre.0.20240117170907-b8933560be81"
)