diff --git a/env/Dockerfile b/env/Dockerfile index a4262046..83c3dff5 100644 --- a/env/Dockerfile +++ b/env/Dockerfile @@ -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