diff --git a/Dockerfile b/Dockerfile index 135711d..73aa6dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.7-alpine -ENV REVIEWDOG_VERSION=v0.10.2 +ENV REVIEWDOG_VERSION=v0.11.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN apk --update add git && \