image: update measurements and image version (#2687)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-12-08 11:22:48 +01:00 committed by GitHub
parent 37cff42bfe
commit b92635a0f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.14.0-pre.0.20231205162331-3691defce7f3"
defaultImage = "ref/main/stream/nightly/v2.14.0-pre.0.20231207163203-37cff42bfe61"
)