From dc313a598b714629daad05d0b913f8911afa9e31 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 19 Aug 2021 00:20:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Prometheus=20to?= =?UTF-8?q?=202.29.1=20(#13)?= 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 8310fd2..923715f 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.22.2 +ENV PROMETHEUS_VERSION=2.29.1 # Copy root filesystem COPY rootfs /