We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4447dc6 + a8a5d3c commit 482d654Copy full SHA for 482d654
Dockerfile
@@ -8,7 +8,7 @@ ARG ARCH=amd64
8
RUN mkdir -p /go/src/github.com/ && \
9
git clone https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
10
cd /go/src/github.com/stackhpc/redfish_exporter && \
11
- git checkout 8a6aca3b3e4bc60ee3b8165f158c5448cba46138 && \
+ git checkout cff8b9d75e55ecb262240c80f00e2a8e807bbcdb && \
12
make build
13
14
FROM golang:1.21
0 commit comments