From de139943d8272773b5f19ed824d687b0232b9ba3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 11 Mar 2023 09:03:03 +0100 Subject: Adding upstream version 0.19.1. Signed-off-by: Daniel Baumann --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3