We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ae273 commit 8d54e6bCopy full SHA for 8d54e6b
1 file changed
src/infrastructure/templating/docker_compose/template/wrappers/docker_compose/context/grafana.rs
@@ -18,7 +18,7 @@ use super::service_topology::ServiceTopology;
18
/// Uses `ServiceTopology` to share the common topology structure with other services.
19
#[derive(Serialize, Debug, Clone)]
20
pub struct GrafanaServiceContext {
21
- /// Docker image reference (e.g. `grafana/grafana:12.4.2`)
+ /// Docker image reference (e.g. `grafana/grafana:13.0.0`)
22
pub image: String,
23
24
/// Service topology (ports and networks)
0 commit comments