Skip to content

Commit

Permalink
Merge pull request #12 from stakater-docker/update-kops-1.11.1
Browse files Browse the repository at this point in the history
Update kops version to 1.11.1
  • Loading branch information
kahootali authored Apr 19, 2019
2 parents 49086d4 + c14edc6 commit 424264c
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 @@ -77,7 +77,7 @@ RUN mkdir -p /tmp/gotpl/ && \

# Install kops, kubectl, and terraform
RUN mkdir -p /aws && \
curl -LO --show-error https://github.com/kubernetes/kops/releases/download/1.11.0/kops-linux-amd64 && \
curl -LO --show-error https://github.com/kubernetes/kops/releases/download/1.11.1/kops-linux-amd64 && \
mv kops-linux-amd64 /usr/local/bin/kops && \
chmod +x /usr/local/bin/kops && \
curl -LO --show-error https://storage.googleapis.com/kubernetes-release/release/v1.11.7/bin/linux/amd64/kubectl && \
Expand Down

0 comments on commit 424264c

Please sign in to comment.