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

This commit is contained in:
renovate[bot] 2023-12-21 00:00:31 +00:00 committed by Alex Palaistras
parent 20ad7a4488
commit 63b28ea2a6

View File

@ -8,7 +8,7 @@ RUN git clone --branch ${PODMAN_EXPORTER_VERSION} --depth 1 https://github.com/c
cd /src && make binary cd /src && make binary
FROM docker.io/debian:bookworm-slim@sha256:f80c45482c8d147da87613cb6878a7238b8642bcc24fc11bad78c7bec726f340 FROM docker.io/debian:bookworm-slim@sha256:f80c45482c8d147da87613cb6878a7238b8642bcc24fc11bad78c7bec726f340
ARG VERSION=2.48.0 # renovate: datasource=github-releases depName=prometheus/prometheus extractVersion=^v(?<version>.*)$ ARG VERSION=2.48.1 # renovate: datasource=github-releases depName=prometheus/prometheus extractVersion=^v(?<version>.*)$
RUN apt-get update -y && apt-get upgrade -y && \ RUN apt-get update -y && apt-get upgrade -y && \
apt-get install -y --no-install-recommends curl ca-certificates libgpgme11 libbtrfs0 \ apt-get install -y --no-install-recommends curl ca-certificates libgpgme11 libbtrfs0 \