image: update measurements and image version (#3478)

Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-11-14 08:50:09 +01:00 committed by GitHub
parent 1c5fe3fe24
commit 26da32ed95
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.20.0-pre.0.20241107093041-887b9c5faef5"
defaultImage = "ref/main/stream/nightly/v2.20.0-pre.0.20241111125018-1c5fe3fe247f"
)