From 13578dfdf90d975a44c6095384c0c1a29a2098aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:22:58 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.1.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acbf642..1ac0152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: contents: read services: prometheus: - image: prom/prometheus:v3.0.1 + image: prom/prometheus:v3.1.0 ports: - 9090:9090 loki: