summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-02 10:25:48 +0200
committerGitHub <noreply@github.com>2023-09-02 10:25:48 +0200
commit4d9119760056492eabc201bfad5de2f9e660b85f (patch)
tree03aef1b35a54fb2f1ee89523f086a5184a84f154
parentc4ee70080f10b9dabdc75ae8c50716ba1e7d53d6 (diff)
Bump python from 3.11.4-alpine to 3.11.5-alpine (#525)HEADmain
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 30658dc..5b1241b 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