Skip to content

Commit ec6a39c

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent f3ab4e1 commit ec6a39c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
services:
22
grafana:
3-
image: 'grafana/grafana-oss'
3+
image: 'grafana/grafana-oss@sha256:2d1f9ae67c1778d33e291d4c3c759cd8b650e67491f02533499eb950e075eeb5'
44
ports:
55
- "3000:3000"
66
links:
77
- prometheus
88
dns:
99
- 8.8.8.8
1010
prometheus:
11-
image: 'prom/prometheus'
11+
image: 'prom/prometheus@sha256:69f5241418838263316593f7274a304b095c40bcf22e57272865da91bd60a8ac'
1212
volumes:
1313
- ./prometheus/:/etc/prometheus/
1414
command:
@@ -18,7 +18,7 @@ services:
1818
links:
1919
- traffic
2020
traffic:
21-
image: 'ghcr.io/grafana/github-traffic'
21+
image: 'ghcr.io/grafana/github-traffic@sha256:94a9546415e019484a5d3197138148d3ffcb17842c8e852584f03a9848e6f407'
2222
ports:
2323
- "8001:8001"
2424
env_file:

0 commit comments

Comments
 (0)