Bump version

This commit is contained in:
Johannes Zellner 2023-10-16 12:25:35 +02:00
parent a87f2f7aa0
commit f618901f4e
3 changed files with 7 additions and 3 deletions

View file

@ -397,3 +397,7 @@
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.47.1)
* [BUGFIX] Fix duplicate sample detection at chunk size limit #12874
[1.26.2]
* Update Prometheus to 2.47.2
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.47.2)

View file

@ -1,6 +1,6 @@
{
"version": "1.26.1",
"upstreamVersion": "2.47.1",
"version": "1.26.2",
"upstreamVersion": "2.47.2",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Prometheus Developers",

View file

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