From 53652f1c132ccc1f5bd50ac6264d269465a7d4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 01:45:22 +0000 Subject: [PATCH] Bump python from 3.11.5-alpine to 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b1241b2..4ae8fb96 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