Update Prometheus to 2.53.0

This commit is contained in:
Girish Ramakrishnan 2024-06-19 12:00:31 +02:00
parent 673532c45a
commit 07a8c80c5d

View file

@ -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