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: Cooper Tseng <[email protected]>
(cherry picked from commit 2409989)
  • Loading branch information
brandboat authored and bk201 committed Sep 19, 2024
1 parent 91b7d11 commit dfbc222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

# kmod -> for `modprobe` command
RUN zypper -n rm container-suseconnect && \
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-base:15.5
FROM registry.suse.com/bci/bci-base:15.6

RUN zypper -n rm container-suseconnect && \
zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
Expand Down

0 comments on commit dfbc222

Please sign in to comment.