Skip to content

Commit 32cdac9

Browse files
authored
Merge pull request #62 from reviewdog/depup/reviewdog
chore(deps): update reviewdog to 0.17.1
2 parents 8ec2e5b + d952595 commit 32cdac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.19
22

3-
ENV REVIEWDOG_VERSION=v0.16.0
3+
ENV REVIEWDOG_VERSION=v0.17.1
44

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

0 commit comments

Comments
 (0)