Skip to content

Commit

Permalink
Merge pull request #153 from rancher/dependabot-docker-package-bci-bc…
Browse files Browse the repository at this point in the history
…i-base-15.4.27.14.34

chore(deps): bump bci/bci-base from 15.4.27.14.31 to 15.4.27.14.34 in /package
  • Loading branch information
pjbgf authored Feb 8, 2023
2 parents b4ae61b + 9f628dc commit 4266472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN zypper -n install git
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
RUN make -C /helm

FROM registry.suse.com/bci/bci-base:15.4.27.14.31 AS build
FROM registry.suse.com/bci/bci-base:15.4.27.14.34 AS build
ARG ARCH=amd64
RUN zypper -n install curl gzip tar
ENV KUBECTL_VERSION v1.21.8
Expand All @@ -17,7 +17,7 @@ RUN if [ "${ARCH}" = "amd64" ] || [ "${ARCH}" = "arm64" ] || [ "${ARCH}" = "s390
curl -sLf ${KUSTOMIZE_URL} | tar -xzf - && chmod +x kustomize; \
fi

FROM registry.suse.com/bci/bci-base:15.4.27.14.31
FROM registry.suse.com/bci/bci-base:15.4.27.14.34
RUN zypper -n update && \
zypper -n install bash-completion gzip jq tar unzip vim wget && \
zypper clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* /usr/share/doc/manual/* /var/log/*
Expand Down

0 comments on commit 4266472

Please sign in to comment.