summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-11 08:03:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-03-11 08:03:07 +0000
commitdcc28a9a987457acf9e2c8249a9df5e40143eba3 (patch)
treea3b44db00ff34f0dee0406875e7320c4dce3041e /Dockerfile
parentReleasing debian version 0.19.0~dev-1. (diff)
downloadgitlint-dcc28a9a987457acf9e2c8249a9df5e40143eba3.tar.xz
gitlint-dcc28a9a987457acf9e2c8249a9df5e40143eba3.zip
Merging upstream version 0.19.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index f560c44..641296e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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