Skip to content

Commit

Permalink
Upgrade kubectl to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlange committed Jul 24, 2017
1 parent f9eabdb commit 1ed9c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.6

ENV KUBECTL_VERSION 1.6.5
ENV KUBECTL_SHA256 646544e223f91b32e5d61133560cc85dd708805a97d8f31e871fc9d86dc9aad3
ENV KUBECTL_VERSION 1.7.2
ENV KUBECTL_SHA256 e0806c9fd584771e74df2bbffb3d07f34b429606056ca47de396ef063dc8ef71
ENV KUBECTL_URI https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl

RUN apk update && \
Expand Down

0 comments on commit 1ed9c0f

Please sign in to comment.