We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3225a83 + 0317da8 commit 17ee81fCopy full SHA for 17ee81f
openshift-ci/Dockerfile.tools
@@ -62,7 +62,7 @@ RUN OPENSHIFT_CLIENT_VERSION=$(curl -s https://mirror.openshift.com/pub/openshif
62
# install operator-sdk (from git with no history and only the tag)
63
RUN mkdir -p $GOPATH/src/github.com/operator-framework \
64
&& cd $GOPATH/src/github.com/operator-framework \
65
- && git clone --depth 1 -b v0.10.0 https://github.com/operator-framework/operator-sdk \
+ && git clone --depth 1 -b v0.17.2 https://github.com/operator-framework/operator-sdk \
66
&& cd operator-sdk \
67
&& GO111MODULE=on make install
68
0 commit comments