Skip to content

Commit 17ee81f

Browse files
Merge pull request #439 from savitaashture/update_dockerfile
Change version of operator-sdk to v0.17.2 in dockerfile.tools
2 parents 3225a83 + 0317da8 commit 17ee81f

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)