Skip to content

Commit

Permalink
🔧 Fixes version bug in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jul 7, 2021
1 parent 280bedf commit bc8dfdb
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 @@ -4,7 +4,7 @@ ENV REVIEWDOG_VERSION=v0.12.0

RUN apt-get install bash

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/nightly/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

RUN pip install black

Expand Down

0 comments on commit bc8dfdb

Please sign in to comment.