From 8f99263f03017c2da75a91df020c8080f22c4b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:05:30 +0000 Subject: [PATCH] Bump prom/prometheus from v2.41.0 to v2.42.0 in /prometheus Bumps prom/prometheus from v2.41.0 to v2.42.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..a668c68 100644 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -1,2 +1,2 @@ -FROM prom/prometheus:v2.41.0 +FROM prom/prometheus:v2.42.0 LABEL org.opencontainers.image.source = "https://github.com/danopstech/containers"