diff --git a/Dockerfile b/Dockerfile index 7734925..f6a1534 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:8c3b230d18de2d47dba6fab539305524d9bfe6904d42cc84b4b3e5364f43b1d2 COPY --from=prometheus-cpp-builder /prometheus-cpp.deb /tmp/prometheus-cpp.deb RUN apt update && export DEBIAN_FRONTEND=noninteractive && \