mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-22 00:11:03 +00:00
Bump version
This commit is contained in:
parent
a87f2f7aa0
commit
f618901f4e
3 changed files with 7 additions and 3 deletions
|
@ -397,3 +397,7 @@
|
||||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.47.1)
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.47.1)
|
||||||
* [BUGFIX] Fix duplicate sample detection at chunk size limit #12874
|
* [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)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.26.1",
|
"version": "1.26.2",
|
||||||
"upstreamVersion": "2.47.1",
|
"upstreamVersion": "2.47.2",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Prometheus Developers",
|
"author": "Prometheus Developers",
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
||||||
RUN mkdir -p /app/code /app/pkg
|
RUN mkdir -p /app/code /app/pkg
|
||||||
WORKDIR /app/code
|
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
|
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