Skip to content

Commit

Permalink
Bump bci-base to 15.6
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Chiu <[email protected]>
(cherry picked from commit 1d1dac8)
  • Loading branch information
mingshuoqiu authored and bk201 committed Sep 19, 2024
1 parent 1bc9ae2 commit c86433c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7.0

FROM registry.suse.com/bci/bci-base:15.5
FROM registry.suse.com/bci/bci-base:15.6
RUN zypper -n rm container-suseconnect && \
zypper install -y iptables=1.8.7 && \
zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.helper
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7.0

FROM registry.suse.com/bci/bci-minimal:15.5
FROM registry.suse.com/bci/bci-minimal:15.6

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.webhook
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7.0

FROM registry.suse.com/bci/bci-minimal:15.5
FROM registry.suse.com/bci/bci-minimal:15.6

ARG TARGETPLATFORM

Expand Down

0 comments on commit c86433c

Please sign in to comment.