Skip to content

Commit

Permalink
Update ipmitool commit in Dockerfile to 1.8.19
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
turegano-equinix authored and joelrebel committed Feb 6, 2024
1 parent 1dd6f1e commit c1aa245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1aa245

Please sign in to comment.