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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG ARCH=amd64
RUN mkdir -p /go/src/github.com/ && \
git clone https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
cd /go/src/github.com/stackhpc/redfish_exporter && \
git checkout d963088baa0fd477878d7263d15f8507624c3172 && \
git checkout 8a6aca3b3e4bc60ee3b8165f158c5448cba46138 && \
make build

FROM golang:1.21
Expand Down