mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
chore(deps): update dependency prometheus/prometheus to v2.55.0
This commit is contained in:
parent
9b3adca2bf
commit
a433cf24b4
2 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.33.1",
|
||||
"upstreamVersion": "2.54.1",
|
||||
"upstreamVersion": "2.55.0",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Prometheus Developers",
|
||||
|
@ -18,7 +18,13 @@
|
|||
"manifestVersion": 2,
|
||||
"website": "https://prometheus.io/",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
|
||||
"tags": [
|
||||
"metrics",
|
||||
"analytics",
|
||||
"graphite",
|
||||
"collect",
|
||||
"graphs"
|
||||
],
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
|
||||
"minBoxVersion": "7.1.0",
|
||||
|
|
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code /app/pkg
|
|||
WORKDIR /app/code
|
||||
|
||||
# renovate: datasource=github-releases depName=prometheus/prometheus versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG PROMETHEUS_VERSION=2.54.1
|
||||
ARG PROMETHEUS_VERSION=2.55.0
|
||||
|
||||
RUN curl -L https://github.com/prometheus/prometheus/releases/download/v${PROMETHEUS_VERSION}/prometheus-${PROMETHEUS_VERSION}.linux-amd64.tar.gz | tar zxvf - --strip-components 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue