image: update measurements and image version (#2428)

Co-authored-by: katexochen <katexochen@users.noreply.github.com>
This commit is contained in:
edgelessci 2023-10-11 10:33:54 +02:00 committed by GitHub
parent b35a042abd
commit e231a24916
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.12.0-pre.0.20231005165719-b1d5d139904a"
defaultImage = "ref/main/stream/nightly/v2.13.0-pre.0.20231010204753-b35a042abd6c"
)