From cefc8a5cde9980cc25432d3ad11e2714be9fc49c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 15 Jul 2022 12:57:10 +0530 Subject: [PATCH] Update prometheus to 2.37.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c299ece..d753da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code /app/pkg WORKDIR /app/code -ARG VERSION=2.36.2 +ARG VERSION=2.37.0 RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1