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