diff --git a/Dockerfile b/Dockerfile index c1b5dbf..d2ffd47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ apt-get update && \ apt-get install --no-install-recommends -y wget git && \ apt-get clean && rm -rf /var/lib/apt/lists/* -ENV REVIEWDOG_VERSION=v0.13.0 +ENV REVIEWDOG_VERSION=v0.13.1 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}