Skip to content

Commit 5184f75

Browse files
committed
Update the version of kubectl to 1.3.6 to accommodate the change of saving secrets.
1 parent fce77dc commit 5184f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN ./letsencrypt-auto; exit 0
1212
RUN echo "OK" > /letsencrypt/challenges/.well-known/acme-challenge/health
1313

1414
# Install kubectl
15-
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.2.2/bin/linux/amd64/kubectl
15+
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.3.6/bin/linux/amd64/kubectl
1616
RUN chmod +x kubectl
1717
RUN mv kubectl /usr/local/bin/
1818

0 commit comments

Comments
 (0)