From 28f7f06b489885cd79bddd0e945122bb518e3e84 Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Tue, 13 Aug 2024 14:05:20 +0200 Subject: [PATCH] chore: upgrade to prometheus v2.54.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1bad48e..ff14433 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ 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.36.2 -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.54.0 -c '/bin/find /rules -type f -name *.yml | xargs -n 1 -P 1 promtool check rules' shellcheck: ## Run shellcheck on textfile-collector directory $(info --> Run shellsheck)