diff --git a/Dockerfile b/Dockerfile index 3fee31c..a8916e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.22 ENV REVIEWDOG_VERSION=v0.21.0 -ENV RUFF_VERSION=v0.15.16 +ENV RUFF_VERSION=v0.15.17 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]