diff --git a/Dockerfile b/Dockerfile index cf16c92..be9123c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ENV REVIEWDOG_VERSION=v0.18.1 +ENV REVIEWDOG_VERSION=v0.20.1 ENV TYPOS_VERSION=v1.20.9 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]