Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# vim: syntax=dockerfile

# Go build stage: compile the CNDP Prometheus metrics exporter
FROM golang:1.26.1-bookworm@sha256:c7a82e9e2df2fea5d8cb62a16aa6f796d2b2ed81ccad4ddd2bc9f0d22936c3f2 AS prometheus-build
FROM golang:1.26.1-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb AS prometheus-build
RUN git clone --depth 1 --branch v24.07.0 \
https://github.com/CloudNativeDataPlane/cndp.git /tmp/cndp
WORKDIR /tmp/cndp/lang/go/stats/prometheus
Expand Down
Loading