Skip to content

Commit

Permalink
bump dockerfile for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjvi committed Mar 31, 2021
1 parent 8686ea4 commit 5299ac8
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 @@ -11,4 +11,4 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 &&
apt update && \
apt install gh && apt-get clean

RUN wget "https://github.com/benjvi/PRify/releases/download/0.0.2/prify-linux-amd64" -O prify && install prify /usr/local/bin/ && rm prify
RUN wget "https://github.com/benjvi/PRify/releases/download/0.0.3/prify-linux-amd64" -O prify && install prify /usr/local/bin/ && rm prify

0 comments on commit 5299ac8

Please sign in to comment.