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