From bc7f95bb0de0de96e867a78d00bcae92cba94dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:49:32 +0000 Subject: [PATCH] Bump python from 3.11.5-alpine to 3.12.4-alpine Bumps python from 3.11.5-alpine to 3.12.4-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..7d87588f 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.4-alpine ARG GITLINT_VERSION RUN apk add git