Skip to content

Commit

Permalink
Bump GitHub Release to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Dec 20, 2017
1 parent df0ea30 commit 1a703eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN git config --global user.email "you@rock64" && \

RUN gem install fpm

RUN curl -L https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
RUN curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2 | tar -C /tmp -jx && \
mv /tmp/bin/linux/amd64/github-release /usr/local/bin/

RUN which github-release
Expand Down

0 comments on commit 1a703eb

Please sign in to comment.