diff --git a/Dockerfile b/Dockerfile index 72a7515..ba31f70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ENV REVIEWDOG_VERSION=v0.16.0 +ENV REVIEWDOG_VERSION=v0.17.0 ENV TYPOS_VERSION=v1.17.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]