We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b342c80 commit 655e090Copy full SHA for 655e090
1 file changed
infrabox/test/e2e/Dockerfile
@@ -18,11 +18,11 @@ WORKDIR /project
18
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
19
chmod +x /project/kubectl
20
21
-RUN curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz && \
22
- tar xvf helm-v2.9.1-linux-amd64.tar.gz && \
+RUN curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.10.0-linux-amd64.tar.gz && \
+ tar xvf helm-v2.10.0-linux-amd64.tar.gz && \
23
mv ./linux-amd64/helm ./helm && \
24
rm -rf linux-amd64 && \
25
- rm helm-v2.9.1-linux-amd64.tar.gz && \
+ rm helm-v2.10.0-linux-amd64.tar.gz && \
26
ls -al /project
27
28
ENV PATH=$PATH:/project
0 commit comments