From 0543a7b9dca825aa7ecce2fb9f8b5ea72164fdfb Mon Sep 17 00:00:00 2001 From: Zespre Chang Date: Thu, 19 Sep 2024 10:54:59 +0800 Subject: [PATCH] chore: bump bci image to 15.6 Signed-off-by: Zespre Chang (cherry picked from commit 85eafad8e7623fc0ae6c7780ab6419972a2f4400) --- package/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/Dockerfile b/package/Dockerfile index 1cfa248..04a3afc 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1.7.0 # 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.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 ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \