Bump version

This commit is contained in:
Johannes Zellner 2022-11-09 16:43:10 +01:00
parent 445a399441
commit e04a451442
3 changed files with 7 additions and 3 deletions

View file

@ -268,3 +268,7 @@
* Update Prometheus to 2.40.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.0)
[1.18.1]
* Update Prometheus to 2.40.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.1)

View file

@ -1,6 +1,6 @@
{
"version": "1.18.0",
"upstreamVersion": "2.40.0",
"version": "1.18.1",
"upstreamVersion": "2.40.1",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",

View file

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