File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:rc-bullseye AS builder
1+ FROM golang:1.24.2 AS builder
22
33LABEL maintainer="Jennings Liu <jenningsloy318@gmail.com>"
44
@@ -13,11 +13,11 @@ ENV GO111MODULE=on
1313
1414# Build dependencies
1515RUN mkdir -p /go/src/github.com/ && \
16- git clone -b stackhpc https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
16+ git clone -b bugfix/storage-volume https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
1717 cd /go/src/github.com/stackhpc/redfish_exporter && \
1818 make build
1919
20- FROM golang:rc-bullseye
20+ FROM golang:1.24.2
2121
2222COPY --from=builder /go/src/github.com/stackhpc/redfish_exporter/build/redfish_exporter /usr/local/bin/redfish_exporter
2323RUN mkdir /etc/prometheus
You can’t perform that action at this time.
0 commit comments