Skip to content

Commit

Permalink
Merge pull request #41 from harvester/mergify/bp/v1.3/pr-40
Browse files Browse the repository at this point in the history
chore: bump bci image to 15.6 (backport #40)
  • Loading branch information
bk201 authored Sep 24, 2024
2 parents a05336f + 0543a7b commit 2d73929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 2d73929

Please sign in to comment.