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

This commit is contained in:
renovate[bot] 2024-04-15 13:06:27 +00:00
parent 8f30b8f28a
commit dc56c59241
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim@sha256:3d5df92588469a4c503adbead0e4129ef3f88e223954011c2169073897547cac AS builder
ARG VERSION=2.51.1 # renovate: datasource=github-releases depName=prometheus/prometheus extractVersion=^v(?<version>.*)$
ARG VERSION=2.51.2 # 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