Skip to content

Commit 85eafad

Browse files
committed
chore: bump bci image to 15.6
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
1 parent 7aec04e commit 85eafad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1.7.0
22

33
# 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
4+
FROM registry.suse.com/bci/bci-base:15.6
5+
RUN zypper -n install ipmitool=1.8.18.238.gb7adc1d-150600.8.3 && zypper clean
66
ARG TARGETPLATFORM
77

88
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \

0 commit comments

Comments
 (0)