Skip to content

Commit

Permalink
Merge pull request #46 from nhosoya/git-io-deprecation
Browse files Browse the repository at this point in the history
Specify the direct URL because git.io redirecting will stop
  • Loading branch information
haya14busa authored Apr 27, 2022
2 parents 14a9098 + 2d1ad50 commit bc3ad2d
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 @@ -3,7 +3,7 @@ FROM alpine:3.15
ENV REVIEWDOG_VERSION=v0.14.1

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

RUN apk --no-cache add git && \
apk --no-cache add bash && \
Expand Down

0 comments on commit bc3ad2d

Please sign in to comment.