From c1aa245c2fb41a65aa98be37f81800da03e60447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacio=20Tur=C3=A9gano?= <98024527+turegano-equinix@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:38:42 +0100 Subject: [PATCH] Update ipmitool commit in Dockerfile to 1.8.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new version include bug fixes that address issues present in the previous release, leading to a more stable and reliable tool https://github.com/ipmitool/ipmitool/blob/master/ChangeLog Signed-off-by: Ignacio Turégano <98024527+turegano-equinix@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b62162..7a1df2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM alpine:3.8 LABEL maintainers="https://tinkerbell.org/community/slack/" ARG IPMITOOL_REPO=https://github.com/ipmitool/ipmitool.git -ARG IPMITOOL_COMMIT=b5ce925744851b58193ad3ee18957ce88f6efc26 +ARG IPMITOOL_COMMIT=19d78782d795d0cf4ceefe655f616210c9143e62 ARG GRPC_HEALTH_PROBE_VERSION=v0.3.4 WORKDIR /tmp