Update Prometheus to 2.39.0

This commit is contained in:
Girish Ramakrishnan 2022-10-05 08:30:05 +02:00
parent 69330a92e2
commit a70075d0d2

View file

@ -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.38.0
ARG VERSION=2.39.0
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1