chore(deps): update dependency prometheus/prometheus to v2.51.1

This commit is contained in:
renovate[bot] 2024-03-28 18:27:33 +00:00
parent 75699667d0
commit a44f37311a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim@sha256:ccb33c3ac5b02588fc1d9e4fc09b952e433d0c54d8618d0ee1afadf1f3cf2455 AS builder
ARG VERSION=2.51.0 # renovate: datasource=github-releases depName=prometheus/prometheus extractVersion=^v(?<version>.*)$
ARG VERSION=2.51.1 # renovate: datasource=github-releases depName=prometheus/prometheus extractVersion=^v(?<version>.*)$
WORKDIR /src
ADD https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.linux-amd64.tar.gz /src.tar.gz