diff --git a/Dockerfile b/Dockerfile index f560c446..d77b5bfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,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.1-alpine ARG GITLINT_VERSION RUN apk add git