Skip to content

Commit 4e4ba96

Browse files
chore(deps): update reviewdog to 0.20.1 (#41)
Co-authored-by: review-dog <[email protected]>
1 parent c23c5d4 commit 4e4ba96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:alpine
22

3-
ENV REVIEWDOG_VERSION=v0.19.0
3+
ENV REVIEWDOG_VERSION=v0.20.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 apk --no-cache add git

0 commit comments

Comments
 (0)