Bump version

This commit is contained in:
Johannes Zellner 2022-11-29 13:40:34 +01:00
parent 2939d1238d
commit 8e35c302bd
3 changed files with 8 additions and 3 deletions

View file

@ -281,3 +281,8 @@
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.3)
* TSDB: Fix compaction after a deletion is called. #11623
[1.18.4]
* Update Prometheus to 2.40.4
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.40.4)
* Fix Basic Authentication Bypass (CVE-2022-46146)

View file

@ -1,6 +1,6 @@
{
"version": "1.18.3",
"upstreamVersion": "2.40.3",
"version": "1.18.4",
"upstreamVersion": "2.40.4",
"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.3
ARG VERSION=2.40.4
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1