From 5184f75f1995256e7ead1f2a577f2f68d73eb0f2 Mon Sep 17 00:00:00 2001 From: fireapp-Admin Date: Fri, 9 Sep 2016 11:35:02 +0800 Subject: [PATCH] Update the version of kubectl to 1.3.6 to accommodate the change of saving secrets. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a32a50a..4586446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN ./letsencrypt-auto; exit 0 RUN echo "OK" > /letsencrypt/challenges/.well-known/acme-challenge/health # Install kubectl -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 RUN chmod +x kubectl RUN mv kubectl /usr/local/bin/