Skip to content

Commit 1b4bd00

Browse files
authored
Merge pull request #135 from reviewdog/depup/reviewdog
chore(deps): update reviewdog to 0.18.1
2 parents 6041cec + e183d38 commit 1b4bd00

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
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
2323
rm /var/cache/apk/*
2424

2525
# install reviewdog
26-
ENV REVIEWDOG_VERSION=v0.18.0
26+
ENV REVIEWDOG_VERSION=v0.18.1
2727
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
2828

2929
# install actionlint

0 commit comments

Comments
 (0)