From df9e618e5dc5bf5e1014a974877731c4c606f1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robbert=20M=C3=BCller?= Date: Thu, 1 Oct 2020 19:48:10 +0200 Subject: [PATCH] :arrow_up: Update prometheus to 2.21.0 --- prometheus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/Dockerfile b/prometheus/Dockerfile index 0904495..43a7101 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.19.2 +ENV PROMETHEUS_VERSION=2.21.0 # Copy root filesystem COPY rootfs /