Bump version
This commit is contained in:
parent
ea0c262cfd
commit
c8facf0e6d
3 changed files with 9 additions and 3 deletions
|
@ -295,3 +295,9 @@
|
|||
* Update Prometheus to 2.40.6
|
||||
* Update Coudron base image to 4.0.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.6)
|
||||
|
||||
[1.18.7]
|
||||
* Update Prometheus to 2.40.7
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.7)
|
||||
* [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms. #11699
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.18.6",
|
||||
"upstreamVersion": "2.40.6",
|
||||
"version": "1.18.7",
|
||||
"upstreamVersion": "2.40.7",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
|
|
@ -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.40.6
|
||||
ARG VERSION=2.40.7
|
||||
|
||||
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