Skip to content

Commit

Permalink
Update ipmitool: 1.8.19-r0 -> 1.8.19-r1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Jun 26, 2023
1 parent aea3104 commit facd4b2
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 @@ -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 .

Expand Down

0 comments on commit facd4b2

Please sign in to comment.