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 <cooper.tseng@suse.com>
(cherry picked from commit 2409989)
  • Loading branch information
brandboat authored and w13915984028 committed Sep 20, 2024
1 parent f0cffd5 commit 599652e
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

RUN zypper -n rm container-suseconnect && \
zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
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 599652e

Please sign in to comment.