Merging upstream version 0.19.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
61e6dccee9
commit
2efee3d3ab
111 changed files with 2058 additions and 1676 deletions
|
@ -1,5 +1,3 @@
|
|||
# User-facing Dockerfile. For development, see Dockerfile.dev and ./run_tests.sh -h
|
||||
|
||||
# To lint your current working directory:
|
||||
# docker run --ulimit nofile=1024 -v $(pwd):/repo jorisroovers/gitlint
|
||||
|
||||
|
@ -9,7 +7,7 @@
|
|||
# NOTE: --ulimit is required to work around a limitation in Docker
|
||||
# Details: https://github.com/jorisroovers/gitlint/issues/129
|
||||
|
||||
FROM python:3.11.0-alpine
|
||||
FROM python:3.11.2-alpine
|
||||
ARG GITLINT_VERSION
|
||||
|
||||
RUN apk add git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue