diff --git a/Dockerfile b/Dockerfile index 3029313..3a65d64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17.0 -ENV REVIEWDOG_VERSION=v0.14.2 +ENV REVIEWDOG_VERSION=v0.17.4 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]