Skip to content

Commit e132bcc

Browse files
authored
Merge pull request #11 from Kenblair1226/master
Update the version of kubectl to 1.3.6
2 parents fce77dc + 5184f75 commit e132bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)