Skip to content

Commit e18da2e

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 e18da2e

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:5dad0df181cb644a14e13617b913b261a54f7d4fd4510721dba420929f35bea2'
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:a75c5a35bc21d7afe69551eefa3cb1e1fb1775fe759408007a66b54ec3de1f29'
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)