constellation/internal/config/images_enterprise.go

15 lines
221 B
Go
Raw Normal View History

//go:build enterprise
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package config
const (
// defaultImage is the default image for the enterprise build.
2023-01-10 10:54:59 +00:00
defaultImage = "v2.4.0"
)