Update prometheus to 2.32.0

This commit is contained in:
Girish Ramakrishnan 2021-12-14 20:35:40 -08:00
parent 8f7cd30106
commit b5caa0c191

View file

@ -1,9 +1,9 @@
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
FROM cloudron/base:3.1.0@sha256:eb2ab9c7d361acda2f3ef2d8388154bc48f1651b5013fe6de4beea003018e427
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=2.31.1
ARG VERSION=2.32.0
# 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