We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fce77dc + 5184f75 commit e132bccCopy full SHA for e132bcc
Dockerfile
@@ -12,7 +12,7 @@ RUN ./letsencrypt-auto; exit 0
12
RUN echo "OK" > /letsencrypt/challenges/.well-known/acme-challenge/health
13
14
# Install kubectl
15
-RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.2.2/bin/linux/amd64/kubectl
+RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.3.6/bin/linux/amd64/kubectl
16
RUN chmod +x kubectl
17
RUN mv kubectl /usr/local/bin/
18
0 commit comments