From 7788864c9665defdabd84179ed4d96b73e1c8c84 Mon Sep 17 00:00:00 2001 From: lars lingner <gislars@gfz-potsdam.de> Date: Tue, 8 Nov 2022 16:32:49 +0100 Subject: [PATCH] update prometheus to newest stable version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6184ff..098ebe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y \ wget \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -RUN wget https://github.com/prometheus/prometheus/releases/download/v2.25.2/prometheus-2.25.2.linux-amd64.tar.gz -RUN mkdir /app && tar -xzf prometheus-2.25.2.linux-amd64.tar.gz --directory /app --strip-components 1 +RUN wget https://github.com/prometheus/prometheus/releases/download/v2.40.0/prometheus-2.40.0.linux-amd64.tar.gz +RUN mkdir /app && tar -xzf prometheus-2.40.0.linux-amd64.tar.gz --directory /app --strip-components 1 USER 1001 EXPOSE 9090 -- GitLab