Skip to content

Commit

Permalink
updade alpine to 3.7 & kubectl to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlange committed Dec 31, 2017
1 parent 5d8707e commit 54b594b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.6
FROM alpine:3.7

ENV KUBECTL_VERSION 1.7.2
ENV KUBECTL_SHA256 e0806c9fd584771e74df2bbffb3d07f34b429606056ca47de396ef063dc8ef71
ENV KUBECTL_VERSION 1.8.4
ENV KUBECTL_SHA256 fb3cbf25e71f414381e8a6b8a2dc2abb19344feea660ac0445ccf5d43a093f10
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 54b594b

Please sign in to comment.