Skip to content

Commit

Permalink
[tests] Use prometheus v2.22 docker image in docker-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vpranckaitis committed Nov 27, 2020
1 parent fde165e commit ddf171b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- "0.0.0.0:9090:9090"
networks:
- backend
image: prom/prometheus:latest
image: prom/prometheus:v2.22.2 # TODO(vilius) figure out why test fails with v2.23
volumes:
- "./prometheus.yml:/etc/prometheus/prometheus.yml"
networks:
Expand Down

0 comments on commit ddf171b

Please sign in to comment.