Skip to content

Commit

Permalink
Merge pull request #215 from rancher/renovate/derailed-k9s-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency derailed/k9s to v0.31.7
  • Loading branch information
maxsokolovsky authored Jan 19, 2024
2 parents ad80ffd + 54e7c27 commit f22a452
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
Expand Up @@ -7,7 +7,7 @@ FROM registry.suse.com/bci/bci-base:15.5 AS build
ARG ARCH=amd64
RUN zypper -n install curl gzip tar
ENV KUBECTL_VERSION v1.26.9
ENV K9S_VERSION=v0.31.5
ENV K9S_VERSION=v0.31.7
ENV KUSTOMIZE_VERSION=v5.3.0
ENV KUSTOMIZE_URL=https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_${ARCH}.tar.gz
RUN curl -LO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
Expand Down

0 comments on commit f22a452

Please sign in to comment.