From 9c017dee6f385725f56e56a66ef90a740d112734 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:05:11 +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..3d1fc91 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.7.3 name: prometheus steps: - checkout