From b5caa0c1919d05a22db4a6ddcfbc4851b04a5c83 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 14 Dec 2021 20:35:40 -0800 Subject: [PATCH] Update prometheus to 2.32.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 010562d..e095feb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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