Bump version
This commit is contained in:
parent
269ba2edab
commit
ae267aea7c
3 changed files with 8 additions and 3 deletions
|
@ -286,3 +286,8 @@
|
||||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.4)
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.4)
|
||||||
* Fix Basic Authentication Bypass (CVE-2022-46146)
|
* Fix Basic Authentication Bypass (CVE-2022-46146)
|
||||||
|
|
||||||
|
[1.18.5]
|
||||||
|
* Update Prometheus to 2.40.5
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.5)
|
||||||
|
* [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators. #11643
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.18.4",
|
"version": "1.18.5",
|
||||||
"upstreamVersion": "2.40.4",
|
"upstreamVersion": "2.40.5",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
||||||
RUN mkdir -p /app/code /app/pkg
|
RUN mkdir -p /app/code /app/pkg
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=2.40.4
|
ARG VERSION=2.40.5
|
||||||
|
|
||||||
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1
|
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