From 4d9119760056492eabc201bfad5de2f9e660b85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 10:25:48 +0200 Subject: [PATCH] Bump python from 3.11.4-alpine to 3.11.5-alpine (#525) Bumps python from 3.11.4-alpine to 3.11.5-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30658dcf..5b1241b2 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.4-alpine +FROM python:3.11.5-alpine ARG GITLINT_VERSION RUN apk add git