summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-10 08:58:56 +0000
committerGitHub <noreply@github.com>2023-02-10 08:58:56 +0000
commit71a9916e4d7c822102472ed94a0817f8df79ba5f (patch)
treeb007b09d1200bc727d1d3aa881e7f2058289978f
parent1eb7f98f3d1d6f416e645bcff03abc6442b3ec97 (diff)
Bump python from 3.11.1-alpine to 3.11.2-alpine (#436)
Bumps python from 3.11.1-alpine to 3.11.2-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 0841934..641296e 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.1-alpine
+FROM python:3.11.2-alpine
ARG GITLINT_VERSION
RUN apk add git