Update prometheus to 2.32.1

This commit is contained in:
Girish Ramakrishnan 2021-12-20 11:00:35 -08:00
parent c2925f1e4a
commit a37d91dad2

View file

@ -1,9 +1,9 @@
FROM cloudron/base:3.1.0@sha256:eb2ab9c7d361acda2f3ef2d8388154bc48f1651b5013fe6de4beea003018e427
FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=2.32.0
ARG VERSION=2.32.1
# install Prometheus
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1