From c0eb9ea5afae476a088703fdcc4a86b7734d556b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 17 Mar 2022 15:02:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Prometheus=20to?= =?UTF-8?q?=202.34.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prometheus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 9981b22..21f4c4b 100755 --- a/prometheus/Dockerfile +++ b/prometheus/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system ARG BUILD_ARCH=amd64 -ENV PROMETHEUS_VERSION=2.33.3 +ENV PROMETHEUS_VERSION=2.34.0 # Copy root filesystem COPY rootfs /