diff --git a/Dockerfile b/Dockerfile index 081b267..cfaccd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk --no-cache --update add git \ && rm -rf /var/cache/apk/* # install reviewdog -ENV REVIEWDOG_VERSION=v0.18.1 +ENV REVIEWDOG_VERSION=v0.19.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install cpplint