diff --git a/Dockerfile b/Dockerfile index 7377edc..c6625ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ruby:2.6-alpine -ENV REVIEWDOG_VERSION v0.10.1 +ENV REVIEWDOG_VERSION v0.10.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] RUN apk add --update --no-cache build-base git