diff --git a/Dockerfile b/Dockerfile index 7e4e22d..e771bb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt update && export DEBIAN_FRONTEND=noninteractive && \ apt install -y curl git cmake build-essential file zlib1g-dev && rm -rf /var/lib/apt/lists/* # renovate: datasource=github-tags depName=jupp0r/prometheus-cpp -ARG PROMETHEUS_CPP_VERSION=v1.1.0 +ARG PROMETHEUS_CPP_VERSION=v1.2.0 RUN git clone https://github.com/jupp0r/prometheus-cpp -b ${PROMETHEUS_CPP_VERSION} /tmp/prometheus-cpp && \ cd /tmp/prometheus-cpp && \