mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
13 lines
181 B
Go
13 lines
181 B
Go
/*
|
|
Copyright (c) Edgeless Systems GmbH
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
package config
|
|
|
|
const (
|
|
// defaultImage is the default image to use.
|
|
defaultImage = "v1.48.0"
|
|
)
|