Skip to content

Commit

Permalink
Merge pull request #124 from chrisdoherty4/patch/ipmitool
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoherty4 authored Jul 3, 2023
2 parents 0d9b7ce + facd4b2 commit d8759a8
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 d8759a8

Please sign in to comment.