Skip to content

Commit 1d7bc54

Browse files
chore(deps): update reviewdog to 0.13.1
1 parent 6368c29 commit 1d7bc54

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
@@ -5,7 +5,7 @@ apt-get update && \
55
apt-get install --no-install-recommends -y wget git && \
66
apt-get clean && rm -rf /var/lib/apt/lists/*
77

8-
ENV REVIEWDOG_VERSION=v0.13.0
8+
ENV REVIEWDOG_VERSION=v0.13.1
99

1010
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

0 commit comments

Comments
 (0)