Skip to content

Commit

Permalink
chore: upgrade to prometheus v2.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Aug 13, 2024
1 parent dd25bba commit 28f7f06
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,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)
Expand Down

0 comments on commit 28f7f06

Please sign in to comment.