File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apk update && apk add curl
4
4
5
5
RUN curl -o kubectl1.15 -L https://storage.googleapis.com/kubernetes-release/release/v1.15.0/bin/linux/amd64/kubectl
6
6
RUN curl -o kubectl1.14 -L https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/amd64/kubectl
7
- RUN curl -o kubectl1.12 -L https://storage.googleapis.com/kubernetes-release/release/v1.10 .0/bin/linux/amd64/kubectl
7
+ RUN curl -o kubectl1.12 -L https://storage.googleapis.com/kubernetes-release/release/v1.12 .0/bin/linux/amd64/kubectl
8
8
RUN curl -o kubectl1.10 -L https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/linux/amd64/kubectl
9
9
RUN curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/amd64/kubectl
10
10
You can’t perform that action at this time.
0 commit comments