diff --git a/Dockerfile b/Dockerfile index 968635d..57b6b3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM koalaman/shellcheck-alpine:latest -ENV REVIEWDOG_VERSION=v0.11.0 +ENV REVIEWDOG_VERSION=v0.12.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 jq git findutils && \