We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aec04e commit 85eafadCopy full SHA for 85eafad
package/Dockerfile
@@ -1,8 +1,8 @@
1
# syntax=docker/dockerfile:1.7.0
2
3
# Build the manager binary
4
-FROM registry.suse.com/bci/bci-base:15.5
5
-RUN zypper -n install ipmitool=1.8.18.238.gb7adc1d-150400.3.6.1 && zypper clean
+FROM registry.suse.com/bci/bci-base:15.6
+RUN zypper -n install ipmitool=1.8.18.238.gb7adc1d-150600.8.3 && zypper clean
6
ARG TARGETPLATFORM
7
8
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \
0 commit comments