From 3415aaf6055aa26f6a06384ca0512c17dbcdd805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:57:30 +0000 Subject: [PATCH] Bump prom/prometheus from v2.41.0 to v2.43.0 in /prometheus Bumps prom/prometheus from v2.41.0 to v2.43.0. --- updated-dependencies: - dependency-name: prom/prometheus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prometheus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index ee84081..91afa94 100644 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -1,2 +1,2 @@ -FROM prom/prometheus:v2.41.0 +FROM prom/prometheus:v2.43.0 LABEL org.opencontainers.image.source = "https://github.com/danopstech/containers"