Skip to content

Commit

Permalink
Merge pull request #202 from JonCrowther/update-kubectl-version
Browse files Browse the repository at this point in the history
Upgrade kubectl to 1.26.9
  • Loading branch information
JonCrowther authored Sep 25, 2023
2 parents 3b0ad6a + e199369 commit ff84d0b
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 @@ -6,7 +6,7 @@ RUN make -C /helm
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.24.16
ENV KUBECTL_VERSION v1.26.9
ENV K9S_VERSION=v0.27.4
ENV KUSTOMIZE_VERSION=v5.1.1
ENV KUSTOMIZE_URL=https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_${ARCH}.tar.gz
Expand Down

0 comments on commit ff84d0b

Please sign in to comment.