image: update measurements and image version (#3043)

Co-authored-by: katexochen <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-04-26 08:05:44 +02:00 committed by GitHub
parent 3ea0e3a487
commit 0df26c0e9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 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.20240422152156-056f991f5846"
defaultImage = "ref/main/stream/nightly/v2.17.0-pre.0.20240425154950-3ea0e3a4874b"
)