image: update measurements and image version (#3260)

Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
This commit is contained in:
edgelessci 2024-07-17 08:46:15 +02:00 committed by GitHub
parent d2e74133a9
commit 1edc1966f9
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.18.0-pre.0.20240711110915-65ed286c7dd6"
defaultImage = "ref/main/stream/nightly/v2.18.0-pre.0.20240716164018-d2e74133a9ca"
)