diff --git a/Dockerfile b/Dockerfile index ae57bfb..fbd53cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-alpine -ENV REVIEWDOG_VERSION=v0.17.5 +ENV REVIEWDOG_VERSION=v0.18.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]