mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 07:51:03 +00:00
Update Prometheus to 2.53.0
This commit is contained in:
parent
673532c45a
commit
07a8c80c5d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM cloudron/base:5.0.0@sha256:6bec2b5246567ef8b5b13ca0af756e2e596941e440d76b46
|
|||
RUN mkdir -p /app/code /app/pkg
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=2.52.1
|
||||
ARG VERSION=2.53.0
|
||||
|
||||
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue