summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-23 01:45:22 +0000
committerGitHub <noreply@github.com>2024-04-23 01:45:22 +0000
commit53652f1c132ccc1f5bd50ac6264d269465a7d4b0 (patch)
treef2cd4003b29930c8910af010b057665ce05b2b8b
parent4d9119760056492eabc201bfad5de2f9e660b85f (diff)
Bump python from 3.11.5-alpine to 3.12.3-alpinedependabot/docker/python-3.12.3-alpine
Bumps python from 3.11.5-alpine to 3.12.3-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5b1241b..4ae8fb9 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.5-alpine
+FROM python:3.12.3-alpine
ARG GITLINT_VERSION
RUN apk add git