image: update measurements and image version (#3110)

Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-05-17 08:12:51 +02:00 committed by GitHub
parent 5fb2a2cb89
commit 4434a85a51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.17.0-pre.0.20240514160230-8219005587c8"
defaultImage = "ref/main/stream/nightly/v2.17.0-pre.0.20240516182331-5fb2a2cb89f2"
)