Skip to content

Commit

Permalink
integration tests tempo: set fixed version instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Jan 2, 2025
1 parent 21fcb19 commit 7356ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/integration-tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "9009:9009"

tempo:
image: grafana/tempo:latest
image: grafana/tempo:2.6.1
command: [ "-config.file=/etc/tempo.yaml" ]
volumes:
- ./configs/tempo/tempo.yaml:/etc/tempo.yaml
Expand Down

0 comments on commit 7356ddc

Please sign in to comment.