Skip to content

Commit

Permalink
sdk version handling
Browse files Browse the repository at this point in the history
  • Loading branch information
gary1998 committed Feb 24, 2020
1 parent 466b2ee commit 9f88d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
RUN apt-get install curl -y
RUN apt-get update
RUN apt-get install python3-pip -y
RUN pip3 install requests ibm_cloud_sdk_core ibm-cloud-security-advisor-findingsapi-sdk
RUN pip3 install requests ibm_cloud_sdk_core==1.6.2 ibm-cloud-security-advisor-findingsapi-sdk==2.0.0

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
RUN chmod +x ./kubectl
Expand Down

0 comments on commit 9f88d28

Please sign in to comment.