Skip to content

Commit

Permalink
change to tag instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
kahootali committed Jan 14, 2019
1 parent 0d09ee9 commit 672118d
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 @@ -6,7 +6,7 @@ RUN mkdir -p $GOPATH/src/github.com/operator-framework && \
cd $GOPATH/src/github.com/operator-framework && \
git clone https://github.com/operator-framework/operator-sdk && \
cd operator-sdk && \
git checkout master && \
git checkout tags/v0.2.1 && \
make dep && \
make install

Expand Down

0 comments on commit 672118d

Please sign in to comment.