From e4543cd107cdf6156d4f80f5a723cbdad7ba0807 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 12 Jun 2022 22:19:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Prometheus=20to?= =?UTF-8?q?=202.36.1?= 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 c081a79..1beffae 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.34.0 +ENV PROMETHEUS_VERSION=2.36.1 # Copy root filesystem COPY rootfs /