diff --git a/Dockerfile b/Dockerfile index 85eee42..787c9cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ENV REVIEWDOG_VERSION=v0.17.0 +ENV REVIEWDOG_VERSION=v0.17.1 ENV TYPOS_VERSION=v1.18.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]