diff --git a/Dockerfile b/Dockerfile index 8b0cc87..ad530b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN git clone https://github.com/jupp0r/prometheus-cpp -b ${PROMETHEUS_CPP_VERSI cd - && \ rm -rf /tmp/prometheus-cpp -FROM ghcr.io/robotastic/trunk-recorder:edge@sha256:a104309dd07ffb2c6cfcf13da4fc634eb35278749b34a2a55d67f3507a581ab9 +FROM ghcr.io/robotastic/trunk-recorder:edge@sha256:ccdb8e2196eaff760101c79c0952bc2d122da9ece53bc7413294fa2fb7a94ce1 COPY --from=prometheus-cpp-builder /prometheus-cpp.deb /tmp/prometheus-cpp.deb RUN apt update && export DEBIAN_FRONTEND=noninteractive && \