Skip to content

Commit

Permalink
Kubectl Update
Browse files Browse the repository at this point in the history
- updating the version of kubectl to v1.10.3
  • Loading branch information
gambol99 committed Jun 18, 2018
1 parent 8679f8d commit 894bbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.6
FROM alpine:3.7

RUN apk upgrade --no-cache
RUN apk add --no-cache ca-certificates openssl bash

RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.8.4/bin/linux/amd64/kubectl \
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.10.3/bin/linux/amd64/kubectl \
-O /usr/bin/kubectl && chmod +x /usr/bin/kubectl

COPY bin/kd_linux_amd64 /bin/kd
Expand Down

0 comments on commit 894bbe4

Please sign in to comment.