Skip to content

Commit ca3b911

Browse files
Update grafana/grafana Docker tag to v12.1.1
1 parent ba396ef commit ca3b911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/example-exemplars-tail-sampling/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
command:
6060
- --config.file=/config.yaml
6161
grafana:
62-
image: grafana/grafana:12.1.0@sha256:6ac590e7cabc2fbe8d7b8fc1ce9c9f0582177b334e0df9c927ebd9670469440f
62+
image: grafana/grafana:12.1.1@sha256:a1701c2180249361737a99a01bc770db39381640e4d631825d38ff4535efa47d
6363
network_mode: host
6464
ports:
6565
- "3000:3000"

examples/example-native-histogram/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- --enable-feature=native-histograms
1919
- --config.file=/prometheus.yml
2020
grafana:
21-
image: grafana/grafana:12.1.0@sha256:6ac590e7cabc2fbe8d7b8fc1ce9c9f0582177b334e0df9c927ebd9670469440f
21+
image: grafana/grafana:12.1.1@sha256:a1701c2180249361737a99a01bc770db39381640e4d631825d38ff4535efa47d
2222
network_mode: host
2323
volumes:
2424
- ./docker-compose/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/grafana-datasources.yaml

0 commit comments

Comments
 (0)