diff --git a/Dockerfile b/Dockerfile index dcb3811..fdce648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.24 ENV REVIEWDOG_VERSION=v0.21.0 -ENV RUFF_VERSION=v0.16.5 +ENV RUFF_VERSION=v0.16.7 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]