Skip to content

Commit

Permalink
set gh-cli tag to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales committed Oct 4, 2021
1 parent e17100d commit ab5e380
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 apk update && \
apk add git && \
apk add go && \
apk add make && \
git clone https://github.com/cli/cli.git gh-cli && \
git clone --depth 1 --branch v2.0.0 https://github.com/cli/cli.git gh-cli && \
cd gh-cli && \
make && \
mv ./bin/gh /usr/local/bin/
Expand Down

0 comments on commit ab5e380

Please sign in to comment.