diff --git a/Dockerfile b/Dockerfile index 3c7b940..2258deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM python:3 RUN mkdir -p /data/pre-commit-cache ENV PRE_COMMIT_HOME=/data/pre-commit-cache -RUN pip install --no-cache-dir pre-commit==2.18.1 +RUN pip install --no-cache-dir pre-commit==3.2.2 CMD ["pre-commit", "run", "--all-files"]