diff --git a/Dockerfile b/Dockerfile index 20c7c43..451035a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM git.tainton.uk/repos/runner-ubuntu-custom:latest LABEL maintainer="Luke Tainton " ENV PYTHONUNBUFFERED=1 -RUN pipx install conventional-pre-commit==4.0.0 +RUN pipx install conventional-pre-commit==4.3.0 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh