Skip to content

Commit

Permalink
Merge pull request #3 from hingew/patch-1
Browse files Browse the repository at this point in the history
Install the latest stable kubectl version
  • Loading branch information
pehbehbeh authored Oct 19, 2020
2 parents 035bd82 + b75790f commit 25ee253
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 @@ -15,7 +15,7 @@ SHELL ["/bin/bash", "-c"]
RUN curl -sL https://sentry.io/get-cli/ | bash

# install kubectl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/linux/amd64/kubectl \
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \
&& mv ./kubectl /usr/local/bin/kubectl

# add helper scripts
Expand Down

0 comments on commit 25ee253

Please sign in to comment.