Skip to content

Commit

Permalink
chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 29, 2024
1 parent ae1d991 commit c5fd005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
debug: true

- name: fossa
image: registry.suse.com/bci/bci-base:15.5
image: registry.suse.com/bci/bci-base:15.6
failure: ignore
environment:
FOSSA_API_KEY:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5
FROM registry.suse.com/bci/bci-base:15.6

ARG DAPPER_HOST_ARCH=amd64
ARG http_proxy
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5
FROM registry.suse.com/bci/bci-base:15.6

RUN zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip && \
rm -rf /var/cache/zypp/*
Expand Down

0 comments on commit c5fd005

Please sign in to comment.