Skip to content

Commit

Permalink
build: update bci-base image from 15.4 to 15.5
Browse files Browse the repository at this point in the history
As part of longhorn/longhorn#6206

Signed-off-by: nitendra-suse <nitendra.bhosle@suse.com>
  • Loading branch information
nitendra-suse authored and David Ko committed Sep 22, 2023
1 parent 22e1e12 commit a0c13a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
FROM registry.suse.com/bci/bci-base:15.5

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.4
FROM registry.suse.com/bci/bci-base:15.5

RUN zypper -n install curl nfs-client iproute2 bind-utils iputils telnet \
zip unzip e2fsprogs e2fsprogs-devel xfsprogs xfsprogs-devel cifs-utils && \
Expand Down

0 comments on commit a0c13a2

Please sign in to comment.