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 f17e99b + 0511678 commit 4447dc6Copy full SHA for 4447dc6
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 d963088baa0fd477878d7263d15f8507624c3172 && \
+ git checkout 8a6aca3b3e4bc60ee3b8165f158c5448cba46138 && \
12
make build
13
14
FROM golang:1.21
0 commit comments