From a9c903b6179a36d86239b2526cddcf6418a3f63e Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Fri, 14 Feb 2020 11:21:15 +0100 Subject: [PATCH] chore: upgrade to prometheus v2.16.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e959753..7a7a223 100644 --- a/Makefile +++ b/Makefile @@ -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'