Skip to content

Commit

Permalink
Update base image to registry.suse.com/bci/bci-base:15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Jul 5, 2024
1 parent d9ff711 commit 52b37ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_ENV=docker
ARG ARCH

FROM registry.suse.com/bci/bci-base:15.5 AS base
FROM registry.suse.com/bci/bci-base:15.6 AS base
RUN zypper -n update && \
zypper -n install git openssh catatonit && \
zypper -n clean -a
Expand Down

0 comments on commit 52b37ed

Please sign in to comment.