From facd4b254c1ee2aca4e32e2925f89cede6836d5f Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Mon, 26 Jun 2023 09:02:58 -0500 Subject: [PATCH] Update ipmitool: 1.8.19-r0 -> 1.8.19-r1 Signed-off-by: Chris Doherty --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61188c8..d861ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -a -o manager main. FROM alpine:3.18 # Install ipmitool required by the third party BMC lib. -RUN apk add --upgrade ipmitool=1.8.19-r0 +RUN apk add --upgrade ipmitool=1.8.19-r1 COPY --from=builder /workspace/manager .