Update to 2.54.1

This commit is contained in:
Johannes Zellner 2024-08-27 20:06:08 +02:00
parent 8f4db98db0
commit 308078c1f9

View file

@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code /app/pkg RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code WORKDIR /app/code
ARG VERSION=2.54.0 ARG VERSION=2.54.1
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1 RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1