summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-07 09:48:01 +0200
committerGitHub <noreply@github.com>2023-04-07 09:48:01 +0200
commitf9ffd4fe06166dcd213b7ea4a04b0c21a621df2d (patch)
tree1761649276be6ddc0e2bf25f46b74edb8d6b2321
parent4b2c1e0473f5a792718fee539fc29592bf25d53e (diff)
Bump python from 3.11.2-alpine to 3.11.3-alpine (#485)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 641296e..2ee1868 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.2-alpine
+FROM python:3.11.3-alpine
ARG GITLINT_VERSION
RUN apk add git