Skip to content

Commit 0317da8

Browse files
committed
Change version of operator-sdk to v0.17.2 in dockerfile.tools
1 parent 3225a83 commit 0317da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift-ci/Dockerfile.tools

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN OPENSHIFT_CLIENT_VERSION=$(curl -s https://mirror.openshift.com/pub/openshif
6262
# install operator-sdk (from git with no history and only the tag)
6363
RUN mkdir -p $GOPATH/src/github.com/operator-framework \
6464
&& cd $GOPATH/src/github.com/operator-framework \
65-
&& git clone --depth 1 -b v0.10.0 https://github.com/operator-framework/operator-sdk \
65+
&& git clone --depth 1 -b v0.17.2 https://github.com/operator-framework/operator-sdk \
6666
&& cd operator-sdk \
6767
&& GO111MODULE=on make install
6868

0 commit comments

Comments
 (0)