Skip to content

Commit

Permalink
Bump Docker images to openSUSE Leap 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Jul 4, 2024
1 parent 1ce6669 commit 9ca954c
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,7 +1,7 @@
ARG BUILD_ENV=dapper
ARG ARCH

FROM --platform=linux/$ARCH registry.suse.com/bci/bci-base:15.5 AS base
FROM --platform=linux/$ARCH registry.suse.com/bci/bci-base:15.6 AS base
RUN zypper in --no-recommends -y git-core openssh; rm -fr /var/cache/* /var/log/*log

FROM base AS copy_dapper
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_ENV=dapper
ARG ARCH

FROM --platform=linux/$ARCH registry.suse.com/bci/bci-base:15.5 AS base
FROM --platform=linux/$ARCH registry.suse.com/bci/bci-base:15.6 AS base
RUN zypper in --no-recommends -y git-core openssh; rm -fr /var/cache/* /var/log/*log
COPY package/log.sh /usr/bin/

Expand Down

0 comments on commit 9ca954c

Please sign in to comment.