From 0511678b3037f9842788fbf2ca2527577d295a8d Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 1 May 2025 09:34:37 +0100 Subject: [PATCH] Fix issue with multiple Storage Volume metrics Bump the commit hash of stackhpc/redfish_exporter to bring in the bugfix. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17a2e18..0b6b50a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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