Skip to content

Commit

Permalink
increase kubectl vesrion to v1.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelperal committed Jun 2, 2020
1 parent 8a578d7 commit 4655402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.8-slim-buster
ARG AWSCLI_VERSION=1.18.69

# curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt
ARG KUBERNETES_VERSION=v1.16.10
ARG KUBERNETES_VERSION=v1.17.6

# curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4
ARG KOPS_VERSION=v1.17.0
Expand Down

0 comments on commit 4655402

Please sign in to comment.