From ce5187252d6e8bdd72007c2d42b95b4db084d99f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:40:08 +0000 Subject: [PATCH] Update prom/prometheus Docker tag to v3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 484f763..726b3b2 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:v3.0.1 name: prometheus steps: - checkout