Skip to content

Commit

Permalink
Bump kubectl to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlange committed Feb 20, 2018
1 parent 34f15ff commit 5b24411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -28,8 +28,8 @@ RUN apk update && \
RUN pip install ijson awscli
RUN adduser -h /backup -D backup

ENV KUBECTL_VERSION 1.9.1
ENV KUBECTL_SHA256 ec1abbc1b91fb23e00558c09892d053012c7581afe6e5a36cada3713b0b7c37b
ENV KUBECTL_VERSION 1.9.3
ENV KUBECTL_SHA256 81eb30e62a12d6e0527a6a3c2a9501b56d65777bf66684739b16a0afe826c8f8
ENV KUBECTL_URI https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl

RUN curl -SL ${KUBECTL_URI} -o kubectl && chmod +x kubectl
Expand Down

0 comments on commit 5b24411

Please sign in to comment.