//go:build enterprise /* Copyright (c) Edgeless Systems GmbH SPDX-License-Identifier: BUSL-1.1 */ package config const ( // defaultImage is the default image to use. defaultImage = "ref/main/stream/nightly/v2.24.0-pre.0.20250731155507-57874454f72c" )