Skip to content

Commit

Permalink
chore: upgrade to prometheus v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Feb 14, 2020
1 parent 9533ee1 commit a9c903b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ help:
| awk 'BEGIN { FS = ":.*?## " }; { printf "\033[36m%-30s\033[0m %s\n", $$1, $$2 }'

test: ## Run tests suite
@docker run --entrypoint /bin/sh -v $(CWD)/rules:/rules:ro prom/prometheus:v2.15.1 -c '/bin/find /rules -type f -name *.yml | xargs -n 1 -P 1 promtool check rules'
@docker run --entrypoint /bin/sh -v $(CWD)/rules:/rules:ro prom/prometheus:v2.16.0 -c '/bin/find /rules -type f -name *.yml | xargs -n 1 -P 1 promtool check rules'

0 comments on commit a9c903b

Please sign in to comment.