constellation/internal/config/images_enterprise.go
2023-03-23 14:55:29 +01:00

15 lines
221 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 for the enterprise build.
defaultImage = "v2.6.0"
)