Skip to content

Commit 482d654

Browse files
Merge pull request #8 from stackhpc/update_to_latest_version
updating image with latest code version
2 parents 4447dc6 + a8a5d3c commit 482d654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG ARCH=amd64
88
RUN mkdir -p /go/src/github.com/ && \
99
git clone https://github.com/stackhpc/redfish_exporter /go/src/github.com/stackhpc/redfish_exporter && \
1010
cd /go/src/github.com/stackhpc/redfish_exporter && \
11-
git checkout 8a6aca3b3e4bc60ee3b8165f158c5448cba46138 && \
11+
git checkout cff8b9d75e55ecb262240c80f00e2a8e807bbcdb && \
1212
make build
1313

1414
FROM golang:1.21

0 commit comments

Comments
 (0)