diff --git a/Dockerfile b/Dockerfile index e79a4e6..e73afe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:current-alpine -ENV REVIEWDOG_VERSION=v0.9.17 +ENV REVIEWDOG_VERSION=v0.10.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN apk --no-cache add jq git