From 36d935c078f950b0e468f3ce97465ebfbef477d3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 22 Feb 2024 12:27:23 +0100 Subject: [PATCH] Update to 2.50.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 430421f..f0d9887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768 RUN mkdir -p /app/code /app/pkg WORKDIR /app/code -ARG VERSION=2.49.1 +ARG VERSION=2.50.0 RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1