Bump version

This commit is contained in:
Johannes Zellner 2023-02-01 10:13:55 +01:00
parent d9dfa47cf6
commit 67f5516e5c
3 changed files with 7 additions and 3 deletions

View file

@ -305,3 +305,7 @@
* Update Prometheus to 2.41.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.41.0)
[1.20.0]
* Update Prometheus to 2.42.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.42.0)

View file

@ -1,6 +1,6 @@
{
"version": "1.19.0",
"upstreamVersion": "2.41.0",
"version": "1.20.0",
"upstreamVersion": "2.42.0",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",

View file

@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
ARG VERSION=2.41.0
ARG VERSION=2.42.0
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1