constellation/internal/config/image_enterprise.go
edgelessci e51513985a
image: update measurements and image version (#2612)
Co-authored-by: daniel-weisse <daniel-weisse@users.noreply.github.com>
2023-11-17 12:49:54 +01:00

15 lines
262 B
Go

//go:build enterprise
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.14.0-pre.0.20231117103435-5e9e3de1a146"
)