Skip to content

Commit 6fe55df

Browse files
authored
Merge pull request #40 from reviewdog/depup/reviewdog
chore(deps): update reviewdog to 0.10.2
2 parents 689e803 + 3008b04 commit 6fe55df

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 node:current-alpine
22

3-
ENV REVIEWDOG_VERSION=v0.10.1
3+
ENV REVIEWDOG_VERSION=v0.10.2
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 jq git

0 commit comments

Comments
 (0)