diff --git a/Dockerfile b/Dockerfile index a4972bd..32364e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ENV REVIEWDOG_VERSION=v0.20.2 +ENV REVIEWDOG_VERSION=v0.20.3 ENV GITLEAKS_VERSION=8.18.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]