Skip to content

Commit

Permalink
Update to kubectl 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Nov 11, 2019
1 parent b901f4e commit 5c28491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/s
rm glibc-2.30-r0.apk

# kubectl
RUN curl -L -o /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/amd64/kubectl && \
RUN curl -L -o /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/amd64/kubectl && \
chmod +x /usr/bin/kubectl && \
kubectl version --client

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-deploy

Alpine based Docker container with
- kubectl v1.6
- kubectl v1.16
- [yaml](https://github.com/VojtechVitek/yaml-cli)
- [hydrate](https://github.com/pressly/hydrate)

0 comments on commit 5c28491

Please sign in to comment.