From 07a8c80c5dcca9cd09b73ef3b019a54ec65af2c0 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 19 Jun 2024 12:00:31 +0200 Subject: [PATCH] Update Prometheus to 2.53.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 45538b6..6ee87f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:5.0.0@sha256:6bec2b5246567ef8b5b13ca0af756e2e596941e440d76b46 RUN mkdir -p /app/code /app/pkg WORKDIR /app/code -ARG VERSION=2.52.1 +ARG VERSION=2.53.0 RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1