Skip to content

Commit

Permalink
updated Dockerfile to use correct version of ipmi tool (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored Jan 22, 2024
1 parent 911e83c commit 709d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build the manager binary
FROM registry.suse.com/bci/bci-base:15.5
RUN zypper -n install ipmitool=1.8.18.238.gb7adc1d-150400.3.3.1 && zypper clean
RUN zypper -n install ipmitool=1.8.18.238.gb7adc1d-150400.3.6.1 && zypper clean
WORKDIR /
COPY bin/manager /bin/manager
USER 65532:65532
Expand Down

0 comments on commit 709d84d

Please sign in to comment.