summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 30658dc..5b1241b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,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.4-alpine
+FROM python:3.11.5-alpine
ARG GITLINT_VERSION
RUN apk add git