Skip to content

Commit

Permalink
Docker: fix multi-arch digest
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Nov 11, 2023
1 parent 9b94a79 commit cb4804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN git clone https://github.com/jupp0r/prometheus-cpp -b ${PROMETHEUS_CPP_VERSI
cd - && \
rm -rf /tmp/prometheus-cpp

FROM robotastic/trunk-recorder:4.6.0@sha256:b7b48c82eb3646cb086d10a4a5c18e8996cb3bfbee8c173a0ef3f80bb7d55dfd
FROM robotastic/trunk-recorder:4.6.0@sha256:916d40611a1310a53159ede0e34c1dde0b907c9306aea07d5aa875eda9b983e6

COPY --from=prometheus-cpp-builder /prometheus-cpp.deb /tmp/prometheus-cpp.deb
RUN apt update && export DEBIAN_FRONTEND=noninteractive && \
Expand Down

0 comments on commit cb4804f

Please sign in to comment.