Skip to content

Commit

Permalink
Merge pull request #40 from KannanThiru/kubelet-1.23.4
Browse files Browse the repository at this point in the history
Upgrade kubectl to 1.23.4
  • Loading branch information
darkstarmv authored Feb 23, 2022
2 parents 4740b80 + 0dc453d commit 730b387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN cd /tmp && \
RUN /usr/local/bin/helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}

FROM alpine:latest
ENV KUBECTL_VERSION=v1.23.2
ENV KUBECTL_VERSION=v1.23.4
RUN apk add ca-certificates
RUN wget -O /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
chmod +x /usr/bin/kubectl
Expand Down

0 comments on commit 730b387

Please sign in to comment.