From fa0ce2b780514f0d78d27589ec5ab3d43c5ae73e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 18 Dec 2021 14:03:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Prometheus=20to?= =?UTF-8?q?=202.32.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 439e677..248109f 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.32.0 +ENV PROMETHEUS_VERSION=2.32.1 # Copy root filesystem COPY rootfs /