From e8178dd2a9b170daaaa775557d138f85990344be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:26:47 +0000 Subject: [PATCH] Update prom/prometheus Docker tag to v2.47.2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 484f763..c8d79c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: test: docker: - image: web3f/node:v0.1.3 - - image: prom/prometheus:v2.36.2 + - image: prom/prometheus:v2.47.2 name: prometheus steps: - checkout